#include <gnt.h>
#include <plugin.h>
#include <pluginpref.h>
#include <string.h>
#include "finch.h"
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. |
Definition in file gntplugin.h.
#define PURPLE_IS_GNT_PLUGIN | ( | plugin | ) |
Value:
((plugin)->info != NULL && (plugin)->info->ui_info != NULL && \ !strcmp((plugin)->info->ui_requirement, FINCH_PLUGIN_TYPE))
Definition at line 51 of file gntplugin.h.