pidgin 2.14.14dev
|
GNT Plugins API. More...
Go to the source code of this file.
Macros | |
#define | FINCH_PLUGIN_TYPE FINCH_UI |
#define | PURPLE_IS_GNT_PLUGIN(plugin) |
Decide whether a plugin is a GNT-plugin. | |
#define | FINCH_PLUGIN_UI_INFO(plugin) (FinchPluginFrame)((plugin)->info->ui_info) |
Get the ui-info from GNT-plugins. | |
Typedefs | |
typedef GntWidget *(* | FinchPluginFrame) (void) |
Functions | |
void | finch_plugins_show_all (void) |
Show a list of plugins. | |
void | finch_plugins_save_loaded (void) |
Save the list of loaded plugins. | |
GNT Plugins API.
Definition in file gntplugin.h.
#define FINCH_PLUGIN_TYPE FINCH_UI |
Definition at line 46 of file gntplugin.h.
#define FINCH_PLUGIN_UI_INFO | ( | plugin | ) | (FinchPluginFrame)((plugin)->info->ui_info) |
Get the ui-info from GNT-plugins.
Definition at line 58 of file gntplugin.h.
#define PURPLE_IS_GNT_PLUGIN | ( | plugin | ) |
Decide whether a plugin is a GNT-plugin.
Definition at line 51 of file gntplugin.h.
typedef GntWidget *(* FinchPluginFrame) (void) |
Definition at line 43 of file gntplugin.h.