pidgin/prefs/pidginprefs.h

changeset 42464
5de142a471e0
parent 42192
82dbf36ac6db
child 42465
b7d530551c1b
equal deleted inserted replaced
42463:2cde2ccea465 42464:5de142a471e0
29 29
30 #include <glib.h> 30 #include <glib.h>
31 #include <purple.h> 31 #include <purple.h>
32 #include <gtk/gtk.h> 32 #include <gtk/gtk.h>
33 33
34 #include "pidginversion.h"
35
34 G_BEGIN_DECLS 36 G_BEGIN_DECLS
35 37
36 #define PIDGIN_TYPE_PREFS_WINDOW (pidgin_prefs_window_get_type()) 38 #define PIDGIN_TYPE_PREFS_WINDOW (pidgin_prefs_window_get_type())
37 G_DECLARE_FINAL_TYPE(PidginPrefsWindow, pidgin_prefs_window, PIDGIN, 39 G_DECLARE_FINAL_TYPE(PidginPrefsWindow, pidgin_prefs_window, PIDGIN,
38 PREFS_WINDOW, GtkDialog) 40 PREFS_WINDOW, GtkDialog)
39 41
40 /** 42 /**
41 * pidgin_prefs_init: 43 * pidgin_prefs_init:
42 * 44 *
43 * Initializes all UI-specific preferences. 45 * Initializes all UI-specific preferences.
46 *
47 * Since: 2.0.0
44 */ 48 */
49 PIDGIN_AVAILABLE_IN_ALL
45 void pidgin_prefs_init(void); 50 void pidgin_prefs_init(void);
46 51
47 /** 52 /**
48 * pidgin_prefs_update_old: 53 * pidgin_prefs_update_old:
49 * 54 *
50 * Rename legacy prefs and delete some that no longer exist. 55 * Rename legacy prefs and delete some that no longer exist.
56 *
57 * Since: 2.0.0
51 */ 58 */
59 PIDGIN_AVAILABLE_IN_ALL
52 void pidgin_prefs_update_old(void); 60 void pidgin_prefs_update_old(void);
53 61
54 G_END_DECLS 62 G_END_DECLS
55 63
56 #endif /* PIDGIN_PREFS_H */ 64 #endif /* PIDGIN_PREFS_H */

mercurial