Gimp.enums_get_type_names

function enums_get_type_names(): [return_value: Array(String), n_type_names: Number(gint)] {
    // Gjs 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

return_value

an array with type names

n_type_names

return location for the number of names