cairo-types: Types

Description Detailed Description Structures User Functions Author(s) References

Description

Generic data types

Detailed Description

Generic data types used in the cairo API

Structures

CairoUserDataKey

CairoUserDataKey is used for attaching user data to cairo data structures. The actual contents of the struct is never used, and there is no need to initialize the object; only the unique a cairo_data_key_t object is used. Typically, you would just use the a static cairo_data_key_t object.

unused

[integer] not used; ignore.

User Functions

cairo_destroy_func_t(data)

cairo_destroy_func_t the type of function which is called when a data element is destroyed. It is passed the pointer to the data element and should free any memory and resources allocated for it.

data

[R object] The data element being destroyed.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

https://www.cairographics.org/manual/cairo-Types.html


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to cairo-types in RGtk2...