| 42387:d9350cda1556 | 42388:e0f4a672f85d |
|---|---|
| 26 | 26 |
| 27 #ifndef PURPLE_PREFS_H | 27 #ifndef PURPLE_PREFS_H |
| 28 #define PURPLE_PREFS_H | 28 #define PURPLE_PREFS_H |
| 29 | 29 |
| 30 #include <glib.h> | 30 #include <glib.h> |
| 31 | |
| 32 #include "purpleversion.h" | |
| 31 | 33 |
| 32 /** | 34 /** |
| 33 * PurplePrefType: | 35 * PurplePrefType: |
| 34 * @PURPLE_PREF_NONE: No type. | 36 * @PURPLE_PREF_NONE: No type. |
| 35 * @PURPLE_PREF_BOOLEAN: Boolean. | 37 * @PURPLE_PREF_BOOLEAN: Boolean. |
| 411 * Trigger callbacks as if the pref changed, taking a #PurplePrefCallbackData | 413 * Trigger callbacks as if the pref changed, taking a #PurplePrefCallbackData |
| 412 * instead of a name | 414 * instead of a name |
| 413 * | 415 * |
| 414 * Since: 2.11.0 | 416 * Since: 2.11.0 |
| 415 */ | 417 */ |
| 418 PURPLE_AVAILABLE_IN_2_11 | |
| 416 void purple_prefs_trigger_callback_object(PurplePrefCallbackData *data); | 419 void purple_prefs_trigger_callback_object(PurplePrefCallbackData *data); |
| 417 | 420 |
| 418 /** | 421 /** |
| 419 * purple_prefs_load: | 422 * purple_prefs_load: |
| 420 * | 423 * |