| 20 * along with this program; if not, see <https://www.gnu.org/licenses/>. |
20 * along with this program; if not, see <https://www.gnu.org/licenses/>. |
| 21 */ |
21 */ |
| 22 |
22 |
| 23 #include <purple.h> |
23 #include <purple.h> |
| 24 |
24 |
| 25 #include <handy.h> |
25 #include <adwaita.h> |
| 26 |
26 |
| 27 #include "pidgincredentialprefs.h" |
27 #include "pidgincredentialprefs.h" |
| 28 |
28 |
| 29 #include "pidgincredentialproviderrow.h" |
29 #include "pidgincredentialproviderrow.h" |
| 30 |
30 |
| 31 struct _PidginCredentialPrefs { |
31 struct _PidginCredentialPrefs { |
| 32 HdyPreferencesPage parent; |
32 AdwPreferencesPage parent; |
| 33 |
33 |
| 34 GtkWidget *credential_list; |
34 GtkWidget *credential_list; |
| 35 }; |
35 }; |
| 36 |
36 |
| 37 G_DEFINE_TYPE(PidginCredentialPrefs, pidgin_credential_prefs, |
37 G_DEFINE_TYPE(PidginCredentialPrefs, pidgin_credential_prefs, |
| 38 HDY_TYPE_PREFERENCES_PAGE) |
38 ADW_TYPE_PREFERENCES_PAGE) |
| 39 |
39 |
| 40 /****************************************************************************** |
40 /****************************************************************************** |
| 41 * Helpers |
41 * Helpers |
| 42 *****************************************************************************/ |
42 *****************************************************************************/ |
| 43 static void |
43 static void |