GNT Plugins API. More...
Go to the source code of this file.
| #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. | |
| typedef GntWidget *(* | FinchPluginFrame )(void) |
| 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 PURPLE_IS_GNT_PLUGIN | ( | plugin | ) |
Decide whether a plugin is a GNT-plugin.
Definition at line 51 of file gntplugin.h.