pidgin/prefs/pidginawayprefs.h

branch
gtk4
changeset 41548
3353c766c6cf
parent 41374
ea87294eff71
child 42465
b7d530551c1b
equal deleted inserted replaced
41547:a6a75a9d8a09 41548:3353c766c6cf
28 #define PIDGIN_AWAY_PREFS_H 28 #define PIDGIN_AWAY_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 * PidginAwayPrefs: 38 * PidginAwayPrefs:
42 * 42 *
43 * Since: 3.0.0 43 * Since: 3.0.0
44 */ 44 */
45 #define PIDGIN_TYPE_AWAY_PREFS (pidgin_away_prefs_get_type()) 45 #define PIDGIN_TYPE_AWAY_PREFS (pidgin_away_prefs_get_type())
46 G_DECLARE_FINAL_TYPE(PidginAwayPrefs, pidgin_away_prefs, 46 G_DECLARE_FINAL_TYPE(PidginAwayPrefs, pidgin_away_prefs,
47 PIDGIN, AWAY_PREFS, HdyPreferencesPage) 47 PIDGIN, AWAY_PREFS, AdwPreferencesPage)
48 48
49 /** 49 /**
50 * pidgin_away_prefs_new: 50 * pidgin_away_prefs_new:
51 * 51 *
52 * Creates a new #PidginAwayPrefs instance. 52 * Creates a new #PidginAwayPrefs instance.

mercurial