Function
PeasExtensionSetForeachFunc
Declaration
void
ExtensionSetForeachFunc (
PeasExtensionSet* set,
PeasPluginInfo* info,
GObject* extension,
gpointer data
)
Description [src]
This function is passed to peas_extension_set_foreach()
and
will be called for each extension in set
.
Parameters
set |
PeasExtensionSet |
A |
|
The data is owned by the caller of the function. | |
info |
PeasPluginInfo |
A |
|
The data is owned by the caller of the function. | |
extension |
GObject* |
The extension instance. |
|
The data is owned by the caller of the function. | |
data |
gpointer |
Optional data passed to the function. |