Method

GimpChoiceget_label

since: 3.0

Declaration [src]

const gchar*
gimp_choice_get_label (
  GimpChoice* choice,
  const gchar* nick
)

Description

No description available.

Available since: 3.0

Parameters

nick

Type: const gchar*

The nick to lookup.

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

Return value

Type: const gchar*

The label of nick.

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