Constructor

PeasGtkPluginManagernew

Declaration [src]

GtkWidget*
peas_gtk_plugin_manager_new (
  PeasEngine* engine
)

Description [src]

Creates a new plugin manager for the given PeasEngine.

If engine is NULL, then the default engine will be used.

Parameters

engine PeasEngine
 

A PeasEngine, or NULL.

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

Return value

Returns: GtkWidget
 

The new PeasGtkPluginManager.

 The data is owned by the called function.