Method

IdeExtensionSetAdapterforeach

Declaration

void
ide_extension_set_adapter_foreach (
  IdeExtensionSetAdapter* self,
  IdeExtensionSetAdapterForeachFunc foreach_func,
  gpointer user_data
)

Description

Calls foreach_func for every extension loaded by the extension set.

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.