Gimp.enums_get_type_names
@accepts(int)
@returns([unicode])
def enums_get_type_names(n_type_names):
# Python wrapper for gimp_enums_get_type_names()
This function gives access to the list of enums registered by libgimp. The returned array is static and must not be modified.
Since 2.2
- n_type_names
return location for the number of names
- Returns