Method
IpuzEnumerationforeach_delim
Declaration [src]
void
ipuz_enumeration_foreach_delim (
const IpuzEnumeration* self,
IpuzEnumerationForeachDelimFunc func,
gpointer user_data
)
Description [src]
Calls func
for each deliminator in self
.
See IpuzEnumerationForeachDelimFunc
for more information.
Parameters
func
-
Type:
IpuzEnumerationForeachDelimFunc
The function to call for each element.
user_data
-
Type:
gpointer
User data to pass to
func
.The argument can be NULL
.The data is owned by the caller of the method.