Method

GtkEnumListItemget_name

Declaration [src]

const char*
gtk_enum_list_item_get_name (
  GtkEnumListItem* self
)

Description [src]

Gets the enum value name.

Gets propertyGtk.EnumListItem:name

Return value

Type: const char*

The enum value name.

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