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

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 function.