Package: cairo

Function cairo-destroy

Lambda List

cairo-destroy (cr)

Arguments

cr -- a cairo-t context

Details

Decreases the reference count on cr by one. If the result is zero, then cr and all associated resources are freed. See the cairo-reference function.
 

See also

*2021-12-12