GTK+ Plugin API.
More...
#include "pidgin.h"
#include "plugin.h"
Go to the source code of this file.
|
GtkWidget * | pidgin_plugin_get_config_frame (PurplePlugin *plugin) |
| Returns the configuration frame widget for a GTK+ plugin, if one exists.
|
|
void | pidgin_plugins_save (void) |
| Saves all loaded plugins.
|
|
void | pidgin_plugin_dialog_show (void) |
| Shows the Plugins dialog.
|
|
GTK+ Plugin API.
Definition in file gtkplugin.h.
◆ PIDGIN_IS_PIDGIN_PLUGIN
#define PIDGIN_IS_PIDGIN_PLUGIN |
( |
|
plugin | ) |
|
Value: ((plugin)->info != NULL && (plugin)->info->ui_info != NULL && \
purple_strequal((plugin)->info->ui_requirement, PIDGIN_PLUGIN_TYPE))
Definition at line 52 of file gtkplugin.h.
◆ PIDGIN_PLUGIN_TYPE
◆ PIDGIN_PLUGIN_UI_INFO
◆ PidginPluginUiInfo
◆ pidgin_plugin_get_config_frame()
GtkWidget * pidgin_plugin_get_config_frame |
( |
PurplePlugin * |
plugin | ) |
|
Returns the configuration frame widget for a GTK+ plugin, if one exists.
- Parameters
-
- Returns
- The frame, if the plugin is a GTK+ plugin and provides a configuration frame.