Method

GPluginManagerforeach

Declaration [src]

void
gplugin_manager_foreach (
  GPluginManager* manager,
  GPluginManagerForeachFunc func,
  gpointer data
)

Description [src]

Calls func for each plugin that is known.

Parameters

func GPluginManagerForeachFunc
 

The function to call with each plugin.

data gpointer
 

User data to pass to func.

 The argument can be NULL.
 The data is owned by the caller of the function.