| 32789:3c8069736c9d | 32790:b95c7c504118 |
|---|---|
| 26 */ | 26 */ |
| 27 #ifndef _PIDGINPREFS_H_ | 27 #ifndef _PIDGINPREFS_H_ |
| 28 #define _PIDGINPREFS_H_ | 28 #define _PIDGINPREFS_H_ |
| 29 | 29 |
| 30 #include "prefs.h" | 30 #include "prefs.h" |
| 31 | |
| 32 G_BEGIN_DECLS | |
| 31 | 33 |
| 32 /** | 34 /** |
| 33 * Initializes all UI-specific preferences. | 35 * Initializes all UI-specific preferences. |
| 34 */ | 36 */ |
| 35 void pidgin_prefs_init(void); | 37 void pidgin_prefs_init(void); |
| 126 /** | 128 /** |
| 127 * Rename legacy prefs and delete some that no longer exist. | 129 * Rename legacy prefs and delete some that no longer exist. |
| 128 */ | 130 */ |
| 129 void pidgin_prefs_update_old(void); | 131 void pidgin_prefs_update_old(void); |
| 130 | 132 |
| 133 G_END_DECLS | |
| 134 | |
| 131 #endif /* _PIDGINPREFS_H_ */ | 135 #endif /* _PIDGINPREFS_H_ */ |