pidgin/prefs/pidginprefs.h

changeset 42072
606edc665dc2
parent 41397
91e5ee47f5a1
child 42192
82dbf36ac6db
equal deleted inserted replaced
42071:a719f0f3c600 42072:606edc665dc2
41 * pidgin_prefs_init: 41 * pidgin_prefs_init:
42 * 42 *
43 * Initializes all UI-specific preferences. 43 * Initializes all UI-specific preferences.
44 */ 44 */
45 void pidgin_prefs_init(void); 45 void pidgin_prefs_init(void);
46
47 /**
48 * pidgin_prefs_show:
49 *
50 * Shows the preferences dialog.
51 */
52 void pidgin_prefs_show(void);
53 46
54 /** 47 /**
55 * pidgin_prefs_checkbox: 48 * pidgin_prefs_checkbox:
56 * @title: The text to be displayed as the checkbox label 49 * @title: The text to be displayed as the checkbox label
57 * @key: The key of the purple bool pref that will be represented by the checkbox 50 * @key: The key of the purple bool pref that will be represented by the checkbox

mercurial