Method

PeasExtensionSetforeach

Declaration [src]

void
peas_extension_set_foreach (
  PeasExtensionSet* set,
  PeasExtensionSetForeachFunc func,
  gpointer data
)

Description [src]

Calls func for each PeasExtension.

Available since:1.2

Parameters

func PeasExtensionSetForeachFunc
 

A function call for each extension.

data gpointer
 

Optional data to be passed to the function or NULL.

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