Function
GPluginManagerForeachFunc
Declaration
void
(* GPluginManagerForeachFunc) (
const char* id,
GListModel* plugins,
gpointer data
)
Parameters
id-
Type:
const char*The id of the plugin.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. plugins-
Type:
GObjectA list of each plugin that has the id
id.The data is owned by the caller of the function. data-
Type:
gpointerUser data passed to
gplugin_manager_foreach().The argument can be NULL.The data is owned by the caller of the function.