Method
FoundryExtensionSetforeach
Declaration [src]
void
foundry_extension_set_foreach (
FoundryExtensionSet* self,
FoundryExtensionSetForeachFunc foreach_func,
gpointer user_data
)
Parameters
foreach_func-
Type:
FoundryExtensionSetForeachFuncA callback.
user_data-
Type:
gpointerUser data for
foreach_func.The argument can be NULL.The data is owned by the caller of the method.