Function
Gimpenum_value_get_abbrev
since: 2.10
Declaration [src]
const gchar*
gimp_enum_value_get_abbrev (
GEnumClass* enum_class,
const GEnumValue* enum_value
)
Description [src]
Retrieves the translated abbreviation for a given enum_value
.
Available since: 2.10
Parameters
enum_class
-
Type:
GEnumClass
A
GEnumClass
.The data is owned by the caller of the function. enum_value
-
Type:
GEnumValue
A
GEnumValue
fromenum_class
.The data is owned by the caller of the function.