pidgin/prefs/pidginproxyprefs.h

branch
gtk4
changeset 41550
a1e1d5c248e4
parent 41370
0ae2dfa4a5cf
child 42465
b7d530551c1b
equal deleted inserted replaced
41549:ee5853951322 41550:a1e1d5c248e4
28 #define PIDGIN_PROXY_PREFS_H 28 #define PIDGIN_PROXY_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 * PidginProxyPrefs: 38 * PidginProxyPrefs:
42 * 42 *
43 * Since: 3.0.0 43 * Since: 3.0.0
44 */ 44 */
45 #define PIDGIN_TYPE_PROXY_PREFS (pidgin_proxy_prefs_get_type()) 45 #define PIDGIN_TYPE_PROXY_PREFS (pidgin_proxy_prefs_get_type())
46 G_DECLARE_FINAL_TYPE(PidginProxyPrefs, pidgin_proxy_prefs, 46 G_DECLARE_FINAL_TYPE(PidginProxyPrefs, pidgin_proxy_prefs,
47 PIDGIN, PROXY_PREFS, HdyPreferencesPage) 47 PIDGIN, PROXY_PREFS, AdwPreferencesPage)
48 48
49 /** 49 /**
50 * pidgin_proxy_prefs_new: 50 * pidgin_proxy_prefs_new:
51 * 51 *
52 * Creates a new #PidginProxyPrefs instance. 52 * Creates a new #PidginProxyPrefs instance.

mercurial