libpurple/pluginpref.h

changeset 41201
0df058800827
parent 40474
1341be8e3402
equal deleted inserted replaced
41200:92a47aa620cf 41201:0df058800827
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 /**

mercurial