Function
GPluginManagerForeachFunc
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: A list of
GPluginPlugin*A
GSListof each plugin that has the idid.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.