Method

IpuzEnumerationget_display

Declaration [src]

gchar*
ipuz_enumeration_get_display (
  const IpuzEnumeration* self
)

Description [src]

Returns a string for displaying the user representing the enumeration. It does not include outer parens, so will need to be printed in them if appropriate.

Return value

Type: gchar*

A string representing the enumeration.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.