Description Detailed Description Structures User Functions Author(s) References
Generic data types
Generic data types used in the cairo API
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.
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.
Derived by RGtkGen from GTK+ documentation
https://www.cairographics.org/manual/cairo-Types.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.