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