| 14259:9e8daf211e10 | 14260:a21577fbb4d2 |
|---|---|
| 1 #ifndef _GNT_PLUGIN_H | |
| 2 #define _GNT_PLUGIN_H | |
| 3 | |
| 1 #include <gnt.h> | 4 #include <gnt.h> |
| 2 | 5 |
| 3 #include <plugin.h> | 6 #include <plugin.h> |
| 4 | 7 |
| 5 #include <string.h> | 8 #include <string.h> |
| 14 !strcmp((plugin)->info->ui_requirement, GAIM_GNT_PLUGIN_TYPE)) | 17 !strcmp((plugin)->info->ui_requirement, GAIM_GNT_PLUGIN_TYPE)) |
| 15 | 18 |
| 16 #define GAIM_GNT_PLUGIN_UI_INFO(plugin) \ | 19 #define GAIM_GNT_PLUGIN_UI_INFO(plugin) \ |
| 17 (GGPluginFrame)((plugin)->info->ui_info) | 20 (GGPluginFrame)((plugin)->info->ui_info) |
| 18 | 21 |
| 19 void gg_plugins_show_all(); | 22 void gg_plugins_show_all(void); |
| 20 | 23 |
| 21 void gg_plugins_save_loaded(); | 24 void gg_plugins_save_loaded(void); |
| 22 | 25 |
| 26 #endif |