Method

GdkPixbufPixbufFormatget_extensions

since: 2.2

Declaration [src]

gchar**
gdk_pixbuf_format_get_extensions (
  GdkPixbufFormat* format
)

Description [src]

Returns the filename extensions typically used for files in the given format.

Available since: 2.2

Return value

Type: An array of utf8

An array of filename extensions.

The array is NULL-terminated.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.