Method
GPluginManagerforeach
Declaration [src]
void
gplugin_manager_foreach (
GPluginManager* manager,
GPluginManagerForeachFunc func,
gpointer data
)
Parameters
func
-
Type:
GPluginManagerForeachFunc
The function to call with each plugin.
data
-
Type:
gpointer
User data to pass to
func
.The argument can be NULL
.The data is owned by the caller of the method.