Method

AdwEnumValueObjectget_name

Declaration [src]

const char*
adw_enum_value_object_get_name (
  AdwEnumValueObject* self
)

Description [src]

Gets the enum value name.

Available since:1.0

Return value

Returns: const char*
 

The enum value name.

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