Method
IdeExtensionSetAdapterforeach_by_priority
since: 3.32
Declaration
void
ide_extension_set_adapter_foreach_by_priority (
IdeExtensionSetAdapter* self,
IdeExtensionSetAdapterForeachFunc foreach_func,
gpointer user_data
)
Description
Calls foreach_func for every extension loaded by the extension set.
Available since: 3.32
Parameters
foreach_func-
Type:
IdeExtensionSetAdapterForeachFuncA callback.
user_data-
Type:
gpointerUser data for
foreach_func.The argument can be NULL.The data is owned by the caller of the function.