Method
PeasExtensionSetforeach
since: 1.2
Declaration [src]
void
peas_extension_set_foreach (
  PeasExtensionSet* set,
  PeasExtensionSetForeachFunc func,
  gpointer data
)
Parameters
- func
- 
            Type: PeasExtensionSetForeachFuncA function call for each extension. 
- data
- 
            Type: gpointerOptional data to be passed to the function or NULL.The argument can be NULL.The data is owned by the caller of the method.