Method

Gdk.ContentFormats.print

Declaration [src]

void
gdk_content_formats_print (
  GdkContentFormats* formats,
  GString* string
)

Description [src]

Prints the given formats into a string for human consumption.

This is meant for debugging and logging.

The form of the representation may change at any time and is not guaranteed to stay identical.

Parameters

string GString*
 

a GString to print into

 Ownership is not transferred to the callee