Function
Gimpflags_set_value_descriptions
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 |
GType |
A |
|
descriptions |
GimpFlagsDesc |
A |
|
The data is owned by the caller of the function. |