mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 03:58:01 +02:00
device: Refer the user to per-backend docs about devices.
The exact semantics of the device API can't be spelled out out in the device API docs since the effects are so tied to the specific backend. To use a particular device in practice the user should refer to the backend docs.
This commit is contained in:
parent
b0f65054b8
commit
9f98ec6eb9
1 changed files with 6 additions and 0 deletions
|
|
@ -86,6 +86,12 @@
|
|||
* cairo_device_release (device);
|
||||
* }
|
||||
* </programlisting></informalexample>
|
||||
*
|
||||
* <note><para>Please refer to the documentation of each backend for
|
||||
* additional usage requirements, guarantees provided, and
|
||||
* interactions with existing surface API of the device functions for
|
||||
* surfaces of that type.
|
||||
* </para></note>
|
||||
*/
|
||||
|
||||
static const cairo_device_t _nil_device = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue