Package: cairo

Function cairo-region-reference

Lambda List

cairo-region-reference (region)

Arguments

region -- a cairo-region-t instance

Return Value

The referenced cairo-region-t instance.

Details

Increases the reference count on region by one. This prevents region from being destroyed until a matching call to the function cairo-region-destroy is made.
 

See also

2020-12-26