Path.print
void print(glib.string_.String string_)Converts self into a human-readable string representation suitable for printing.
The string is compatible with (a superset of)
SVG path syntax,see [gsk.path.Path.parse] for a summary of the syntax.
Parameters
string_ | The string to print into |