Method
PeasExtensionSetforeach
Declaration [src]
void
peas_extension_set_foreach (
PeasExtensionSet* set,
PeasExtensionSetForeachFunc func,
gpointer data
)
Parameters
func |
PeasExtensionSetForeachFunc |
A function call for each extension. |
|
data |
gpointer |
Optional data to be passed to the function or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |