Method
GskTransformprint
Declaration [src]
void
gsk_transform_print (
GskTransform* self,
GString* string
)
Description [src]
Converts the transform into a human-readable representation.
The result of this function can later be parsed with
gsk_transform_parse()
.
Parameters
self
-
Type:
GskTransform
A transform.
The argument can be NULL
. string
-
Type:
GString
The string to print into.
The data is owned by the caller of the method.