Constructor

PidginPluginManagernew

unstable since: 3.0

Declaration [src]

GtkWidget*
pidgin_plugin_manager_new (
  GtkApplication* application
)

Description [src]

Creates a window to manage plugins.

Available since: 3.0

Parameters

application

Type: GtkApplication

The application the window belongs to.

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

Return value

Type: GtkWidget

The new window.

The caller of the function takes ownership of the data, and is responsible for freeing it.