Package: cairo
CEnum cairo:device-type-t
Declaration(cffi:defcenum device-type-t :drm :gl :script :xcb :xlib :xml :cogl :win32 (:invalid -1)) Values
Details The cairo:device-type-t enumeration is used to describe the type
of a given device.
The device types are also known as "backends" within Cairo. The device type can be queried with the cairo:device-type function. The various cairo:device-t functions can be used with devices of any type, but some backends also provide type specific functions that must only be called with a device of the appropriate type. The behavior of calling a type specific function with a device of the wrong type is undefined. Notes | See also |
2025-1-18