Method

GPluginGtk4PluginRowset_plugin

since: 0.38

Declaration [src]

void
gplugin_gtk_plugin_row_set_plugin (
  GPluginGtkPluginRow* row,
  GPluginPlugin* plugin
)

Description [src]

Sets the GPluginPlugin that should be displayed.

A plugin value of NULL will clear the widget.

Available since: 0.38

Parameters

plugin

Type: GPluginPlugin

The plugin instance.

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