Function
Gimpflags_set_value_descriptions
since: 2.2
Declaration [src]
void
gimp_flags_set_value_descriptions (
  GType flags_type,
  const GimpFlagsDesc* descriptions
)
Description [src]
Sets the array of human readable and translatable descriptions and help texts for flags values.
Available since: 2.2
Parameters
- flags_type
- 
            Type: GTypeA GType.
- descriptions
- 
            Type: GimpFlagsDescA NULLterminated constant static array ofGimpFlagsDesc.The data is owned by the caller of the function.