Function
IpuzEnumerationnew
Declaration [src]
IpuzEnumeration*
ipuz_enumeration_new (
const gchar* src,
IpuzVerbosity verbosity
)
Parameters
src
-
Type:
const gchar*
The source string for the enumeration.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. verbosity
-
Type:
IpuzVerbosity
No description available.
Return value
Type: IpuzEnumeration
A newly allocated IpuzEnumeration
The caller of the function takes ownership of the data, and is responsible for freeing it. |