pidgin/prefs/pidginprefs.h

changeset 42620
72178a341eb8
parent 42465
b7d530551c1b
child 42649
6986f5428d30
equal deleted inserted replaced
42619:3dd7cd0eabf1 42620:72178a341eb8
44 /** 44 /**
45 * pidgin_prefs_init: 45 * pidgin_prefs_init:
46 * 46 *
47 * Initializes all UI-specific preferences. 47 * Initializes all UI-specific preferences.
48 * 48 *
49 * Since: 2.0.0 49 * Since: 2.0
50 */ 50 */
51 PIDGIN_AVAILABLE_IN_ALL 51 PIDGIN_AVAILABLE_IN_ALL
52 void pidgin_prefs_init(void); 52 void pidgin_prefs_init(void);
53 53
54 /** 54 /**
55 * pidgin_prefs_update_old: 55 * pidgin_prefs_update_old:
56 * 56 *
57 * Rename legacy prefs and delete some that no longer exist. 57 * Rename legacy prefs and delete some that no longer exist.
58 * 58 *
59 * Since: 2.0.0 59 * Since: 2.0
60 */ 60 */
61 PIDGIN_AVAILABLE_IN_ALL 61 PIDGIN_AVAILABLE_IN_ALL
62 void pidgin_prefs_update_old(void); 62 void pidgin_prefs_update_old(void);
63 63
64 G_END_DECLS 64 G_END_DECLS

mercurial