Function

Cogmodules_foreach

Declaration [src]

void
cog_modules_foreach (
  GIOExtensionPoint* extension_point,
  gpointer* callback,
  void* userdata
)

Description [src]

Invokes a callback for each module which implements an extension point.

Parameters

extension_point

Type: GIOExtensionPoint

Name of an extension point.

The data is owned by the caller of the function.
callback

Type: gpointer*

Callback function.

The argument can be NULL.
The data is owned by the caller of the function.
userdata

Type: void*

User data passed to callback.

The argument can be NULL.
The data is owned by the caller of the function.