CssSection.print
void print(glib.string_.String string_)Prints the section into string in a human-readable form.
This is a form like gtk.css:32:1-23 to denote line 32, characters 1 to 23 in the file gtk.css.
Parameters
string_ | a [glib.string_.String] to print to |