Method
GskTransformunref
Declaration [src]
void
gsk_transform_unref (
GskTransform* self
)
Description [src]
Releases a reference on the given transform.
If the reference was the last, the resources associated to the self
are freed.
Parameters
self
-
Type:
GskTransform
A transform.
The argument can be NULL
.