Mercurial > pidgin
comparison libpurple/pluginpref.h @ 32819:2c6510167895 default tip
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24)
to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Sat, 02 Jun 2012 02:30:49 +0000 |
| parents | 98520ee78f12 |
| children |
comparison
equal
deleted
inserted
replaced
| 32818:01ff09d4a463 | 32819:2c6510167895 |
|---|---|
| 48 } PurplePluginPrefType; | 48 } PurplePluginPrefType; |
| 49 | 49 |
| 50 #include <glib.h> | 50 #include <glib.h> |
| 51 #include "prefs.h" | 51 #include "prefs.h" |
| 52 | 52 |
| 53 #ifdef __cplusplus | 53 G_BEGIN_DECLS |
| 54 extern "C" { | |
| 55 #endif | |
| 56 | 54 |
| 57 /**************************************************************************/ | 55 /**************************************************************************/ |
| 58 /** @name Plugin Preference API */ | 56 /** @name Plugin Preference API */ |
| 59 /**************************************************************************/ | 57 /**************************************************************************/ |
| 60 /*@{*/ | 58 /*@{*/ |
| 260 */ | 258 */ |
| 261 PurpleStringFormatType purple_plugin_pref_get_format_type(PurplePluginPref *pref); | 259 PurpleStringFormatType purple_plugin_pref_get_format_type(PurplePluginPref *pref); |
| 262 | 260 |
| 263 /*@}*/ | 261 /*@}*/ |
| 264 | 262 |
| 265 #ifdef __cplusplus | 263 G_END_DECLS |
| 266 } | |
| 267 #endif | |
| 268 | 264 |
| 269 #endif /* _PURPLE_PLUGINPREF_H_ */ | 265 #endif /* _PURPLE_PLUGINPREF_H_ */ |
