Package: cairo

Function cairo:path-destroy

Lambda List

cairo:path-destroy (path)

Arguments

path -- a cairo:path-t instance previously returned by either the cairo:copy-path or cairo:copy-path-flat functions

Details

Immediately releases all memory associated with path. After a call to the cairo:path-destroy function the path is no longer valid and should not be used further.
 

See also

2025-1-14