Method
GeglMatrix3to_string
Declaration [src]
gchar*
gegl_matrix3_to_string (
const GeglMatrix3* matrix
)
Description [src]
Serialize a GeglMatrix3
to a string.
Returns a freshly allocated string representing that GeglMatrix3
, the
returned string should be g_free()’d.