Package: cairo
CEnum cairo-device-type-t
Details The cairo-device-type-t enumeration is used to describe the type of
a given device.
The devices types are also known as "backends" within Cairo. The device type can be queried with the function cairo-device-get-type. 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. These functions have names that begin with cairo-type-device such as cairo-xcb-device-debug-cap-xrender-version. The behavior of calling a type-specific function with a device of the wrong type is undefined. New entries may be added in future versions. (defcenum cairo-device-type-t :drm :gl :script :xcb :xlib :xml :cogl :win32 (:invalid -1))
| See also |
2020-12-16