Gimp.enum_get_value_descriptions

@accepts(GType)
@returns(Gimp.EnumDesc)
def enum_get_value_descriptions(enum_type):
    # Python wrapper for gimp_enum_get_value_descriptions()
  

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

Since 2.2

enum_type

a GLib.Type

Returns