Gimp.enum_value_get_help
function enum_value_get_help(enum_class: GObject.EnumClass, enum_value: GObject.EnumValue): String {
// Gjs wrapper for gimp_enum_value_get_help()
}
Retrieves the translated help for a given enum_value.
Since 2.2
- enum_class
- enum_value
a GObject.EnumValue from enum_class
- Returns
the translated help of the enum value