Function

Gimpenums_get_type_names

since: 2.2

Declaration [src]

const gchar**
gimp_enums_get_type_names (
  gint* n_type_names
)

Description [src]

This function gives access to the list of enums registered by libgimp. The returned array is static and must not be modified.

Available since: 2.2

Parameters

n_type_names

Type: gint*

Return location for the number of names.

The argument will be set by the function.

Return value

Type: An array of utf8

An array with type names.

The length of the array is in the n_type_names argument.
The data is owned by the called function.
Each element is a NUL terminated UTF-8 string.