Method

GPluginGtk4PluginPageset_plugin

since: 0.39

Declaration [src]

void
gplugin_gtk_plugin_page_set_plugin (
  GPluginGtkPluginPage* page,
  GPluginPlugin* plugin
)

Description [src]

Sets the GPluginPlugin that should be displayed.

A plugin value of NULL will clear the widget.

Available since: 0.39

Parameters

plugin

Type: GPluginPlugin

The plugin instance.

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