| 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 |