Function

Gimpflags_get_value_descriptions

since: 2.2

Declaration [src]

const GimpFlagsDesc*
gimp_flags_get_value_descriptions (
  GType flags_type
)

Description [src]

Retrieves the array of human readable and translatable descriptions and help texts for flags values.

Available since: 2.2

Parameters

flags_type

Type: GType

A GType.

Return value

Type: GimpFlagsDesc

A NULL terminated constant array of GimpFlagsDesc.

The data is owned by the called function.