Function
IdeExtensionSetAdapterForeachFunc
Declaration
void
(* IdeExtensionSetAdapterForeachFunc) (
IdeExtensionSetAdapter* set,
PeasPluginInfo* plugin_info,
GObject* extension,
gpointer user_data
)
Parameters
set-
Type:
IdeExtensionSetAdapterNo description available.
The data is owned by the caller of the function. plugin_info-
Type:
PeasPluginInfoNo description available.
The data is owned by the caller of the function. extension-
Type:
GObjectNo description available.
The data is owned by the caller of the function. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.