Package: cairo
CStruct cairo:device-t
Details The cairo:device-t structure represents the driver interface for drawing operations to a cairo:surface-t instance. There are different subtypes of cairo:device-t structures for
different drawing backends. The type of a device can be queried with the cairo:device-type function. Memory management of the cairo:device-t structure is done with the cairo:device-reference and cairo:device-destroy functions. | See also |
2025-1-18