Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gplugin_gtk_plugin_info_new () |
void | gplugin_gtk_plugin_info_set_plugin () |
GPluginPlugin * | gplugin_gtk_plugin_info_get_plugin () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GPluginGtkPluginInfo
GPluginGtkPluginInfo implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget *
gplugin_gtk_plugin_info_new (void
);
Create a new GPluginGtkView which can be used to display info about a GPluginPlugin.
void gplugin_gtk_plugin_info_set_plugin (GPluginGtkPluginInfo *info
,GPluginPlugin *plugin
);
Sets the GPluginPlugin that should be displayed.
A plugin
value of NULL will clear the widget.
GPluginPlugin *
gplugin_gtk_plugin_info_get_plugin (GPluginGtkPluginInfo *info
);
Returns the GPluginPlugin that's being displayed.