pidgin/prefs/pidgincredentialproviderrow.h

branch
gtk4
changeset 41520
a5dd595361b4
parent 41197
1fbba07f21cf
child 42465
b7d530551c1b
equal deleted inserted replaced
41519:4dcf742979d3 41520:a5dd595361b4
29 29
30 #include <glib.h> 30 #include <glib.h>
31 31
32 #include <gtk/gtk.h> 32 #include <gtk/gtk.h>
33 33
34 #include <handy.h> 34 #include <adwaita.h>
35 35
36 G_BEGIN_DECLS 36 G_BEGIN_DECLS
37 37
38 /** 38 /**
39 * PIDGIN_TYPE_CREDENTIAL_PROVIDER_ROW: 39 * PIDGIN_TYPE_CREDENTIAL_PROVIDER_ROW:
43 * Since: 3.0.0 43 * Since: 3.0.0
44 */ 44 */
45 #define PIDGIN_TYPE_CREDENTIAL_PROVIDER_ROW (pidgin_credential_provider_row_get_type()) 45 #define PIDGIN_TYPE_CREDENTIAL_PROVIDER_ROW (pidgin_credential_provider_row_get_type())
46 G_DECLARE_FINAL_TYPE(PidginCredentialProviderRow, 46 G_DECLARE_FINAL_TYPE(PidginCredentialProviderRow,
47 pidgin_credential_provider_row, 47 pidgin_credential_provider_row,
48 PIDGIN, CREDENTIAL_PROVIDER_ROW, HdyActionRow) 48 PIDGIN, CREDENTIAL_PROVIDER_ROW, AdwActionRow)
49 49
50 /** 50 /**
51 * PidginCredentialProviderRow: 51 * PidginCredentialProviderRow:
52 * 52 *
53 * #PidginCredentialProviderRow is a widget for the preferences window to let 53 * #PidginCredentialProviderRow is a widget for the preferences window to let

mercurial