Method
IdeExtensionSetAdapterforeach_by_priority
Declaration
void
ide_extension_set_adapter_foreach_by_priority (
IdeExtensionSetAdapter* self,
IdeExtensionSetAdapterForeachFunc foreach_func,
gpointer user_data
)
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 method.