Method
GskTransformto_string
Declaration [src]
char*
gsk_transform_to_string (
GskTransform* self
)
Description [src]
Converts a matrix into a string that is suitable for printing.
The resulting string can be parsed with gsk_transform_parse()
.
This is a wrapper around gsk_transform_print()
.
Parameters
self
-
Type:
GskTransform
A
GskTransform
.The argument can be NULL
.