Gimp.enum_set_value_descriptions

function enum_set_value_descriptions(enum_type: GObject.Type, descriptions: Gimp.EnumDesc): void {
    // Gjs wrapper for gimp_enum_set_value_descriptions()
}
  

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

Since 2.2

enum_type

a GLib.Type

descriptions

a null terminated constant static array of Gimp.EnumDesc