Function
PeasExtensionSetForeachFunc
since: 1.2
Declaration
void
(* PeasExtensionSetForeachFunc) (
  PeasExtensionSet* set,
  PeasPluginInfo* info,
  PeasExtension* exten,
  gpointer data
)
Description [src]
This function is passed to peas_extension_set_foreach() and
will be called for each extension in set.
Available since: 1.2
Parameters
- set
- 
            Type: PeasExtensionSetA PeasExtensionSet.The data is owned by the caller of the function. 
- info
- 
            Type: PeasPluginInfoA PeasPluginInfo.The data is owned by the caller of the function. 
- exten
- 
            Type: PeasExtensionA PeasExtension.The data is owned by the caller of the function. 
- data
- 
            Type: gpointerOptional data passed to the function. The argument can be NULL.The data is owned by the caller of the function.