mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 23:28:07 +02:00
doc: Clarify that cairo_surface_get_device() can return NULL
This commit is contained in:
parent
65d0590b04
commit
739d6e35fa
1 changed files with 2 additions and 1 deletions
|
|
@ -239,7 +239,8 @@ _cairo_surface_allocate_unique_id (void)
|
|||
* This function returns the device for a @surface.
|
||||
* See #cairo_device_t.
|
||||
*
|
||||
* Return value: The device for @surface.
|
||||
* Return value: The device for @surface or %NULL if the surface does
|
||||
* not have an associated device.
|
||||
*
|
||||
* Since: 1.10
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue