pidgin/prefs/pidgincredentialprefs.h

branch
gtk4
changeset 41520
a5dd595361b4
parent 41375
e7f3a586b63f
child 42465
b7d530551c1b
equal deleted inserted replaced
41519:4dcf742979d3 41520:a5dd595361b4
28 #define PIDGIN_CREDENTIAL_PREFS_H 28 #define PIDGIN_CREDENTIAL_PREFS_H
29 29
30 #include <glib.h> 30 #include <glib.h>
31 31
32 #include <gtk/gtk.h> 32 #include <gtk/gtk.h>
33 #include <handy.h> 33 #include <adwaita.h>
34 34
35 G_BEGIN_DECLS 35 G_BEGIN_DECLS
36 36
37 /** 37 /**
38 * PIDGIN_TYPE_CREDENTIAL_PREFS: 38 * PIDGIN_TYPE_CREDENTIAL_PREFS:
41 * 41 *
42 * Since: 3.0.0 42 * Since: 3.0.0
43 */ 43 */
44 #define PIDGIN_TYPE_CREDENTIAL_PREFS (pidgin_credential_prefs_get_type()) 44 #define PIDGIN_TYPE_CREDENTIAL_PREFS (pidgin_credential_prefs_get_type())
45 G_DECLARE_FINAL_TYPE(PidginCredentialPrefs, pidgin_credential_prefs, 45 G_DECLARE_FINAL_TYPE(PidginCredentialPrefs, pidgin_credential_prefs,
46 PIDGIN, CREDENTIAL_PREFS, HdyPreferencesPage) 46 PIDGIN, CREDENTIAL_PREFS, AdwPreferencesPage)
47 47
48 /** 48 /**
49 * PidginCredentialPrefs: 49 * PidginCredentialPrefs:
50 * 50 *
51 * #PidginCredentialPrefs is a widget for the preferences window to let users 51 * #PidginCredentialPrefs is a widget for the preferences window to let users

mercurial