Method

GdkPixbufPixbufFormatget_name

Declaration [src]

gchar*
gdk_pixbuf_format_get_name (
  GdkPixbufFormat* format
)

Description [src]

Returns the name of the format.

Available since:2.2

Return value

Returns: gchar*
 

The name of the format.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.