| 24 # error "only <purple.h> may be included directly" |
24 # error "only <purple.h> may be included directly" |
| 25 #endif |
25 #endif |
| 26 |
26 |
| 27 #ifndef PURPLE_PLUGINPREF_H |
27 #ifndef PURPLE_PLUGINPREF_H |
| 28 #define PURPLE_PLUGINPREF_H |
28 #define PURPLE_PLUGINPREF_H |
| 29 /** |
|
| 30 * SECTION:pluginpref |
|
| 31 * @section_id: libpurple-pluginpref |
|
| 32 * @short_description: <filename>pluginpref.h</filename> |
|
| 33 * @title: Plugin Preferences Frontend |
|
| 34 */ |
|
| 35 |
29 |
| 36 typedef struct _PurplePluginPrefFrame PurplePluginPrefFrame; |
30 typedef struct _PurplePluginPrefFrame PurplePluginPrefFrame; |
| 37 typedef struct _PurplePluginPref PurplePluginPref; |
31 typedef struct _PurplePluginPref PurplePluginPref; |
| 38 |
32 |
| 39 /** |
33 /** |