Method

IpuzEnumerationget_src

Declaration [src]

gchar*
ipuz_enumeration_get_src (
  const IpuzEnumeration* self
)

Description [src]

Returns a copy of the source string used to make self.

Return value

Type: gchar*

The source string used to make self.

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.