Method

GdkContentFormatsprint

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.

 The data is owned by the caller of the function.