Function

Gimpflags_value_get_help

Declaration [src]

const gchar*
gimp_flags_value_get_help (
  GFlagsClass* flags_class,
  const GFlagsValue* flags_value
)

Description [src]

Retrieves the translated help for a given flags_value.

Available since:2.2

Parameters

flags_class GFlagsClass
 

A GFlagsClass.

 The data is owned by the caller of the function.
flags_value GFlagsValue
 

A GFlagsValue from flags_class.

 The data is owned by the caller of the function.

Return value

Returns: const gchar*
 

The translated help of the flags value.

 The data is owned by the called function.
 The value is a NUL terminated UTF-8 string.