Alias cairo_destroy_func_t

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.

Declaration

alias cairo_destroy_func_t = extern(C) void function(void*);

Parameters

NameDescription
data The data element being destroyed.

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1