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 GIOExtensionPoint
 

Name of an extension point.

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

Callback function.

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

User data passed to callback.

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