Gimp.enum_value_get_help

@accepts(GObject.EnumClass, GObject.EnumValue)
@returns(unicode)
def enum_value_get_help(enum_class, enum_value):
    # Python wrapper for gimp_enum_value_get_help()
  

Retrieves the translated help for a given enum_value.

Since 2.2

enum_class

a GObject.EnumClass

enum_value

a GObject.EnumValue from enum_class

Returns