| 45 |
46 |
| 46 #define PIDGIN_TYPE_PREFS_WINDOW (pidgin_prefs_window_get_type()) |
47 #define PIDGIN_TYPE_PREFS_WINDOW (pidgin_prefs_window_get_type()) |
| 47 |
48 |
| 48 PIDGIN_AVAILABLE_IN_3_0 |
49 PIDGIN_AVAILABLE_IN_3_0 |
| 49 G_DECLARE_FINAL_TYPE(PidginPrefsWindow, pidgin_prefs_window, PIDGIN, |
50 G_DECLARE_FINAL_TYPE(PidginPrefsWindow, pidgin_prefs_window, PIDGIN, |
| 50 PREFS_WINDOW, GtkDialog) |
51 PREFS_WINDOW, AdwPreferencesWindow) |
| 51 |
52 |
| 52 /** |
53 /** |
| 53 * pidgin_prefs_init: |
54 * pidgin_prefs_init: |
| 54 * |
55 * |
| 55 * Initializes all UI-specific preferences. |
56 * Initializes all UI-specific preferences. |