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:
IdeExtensionSetAdapterForeachFunc
A callback.
user_data
-
Type:
gpointer
User data for
foreach_func
.The argument can be NULL
.The data is owned by the caller of the method.