pidgin/pidginstatusprimitivechooser.h

changeset 41925
103594fbcf6b
parent 41356
9753153c49fc
child 42189
4784cd60a1f8
equal deleted inserted replaced
41924:7646d24a31be 41925:103594fbcf6b
27 #ifndef PIDGIN_STATUS_PRIMITIVE_CHOOSER_H 27 #ifndef PIDGIN_STATUS_PRIMITIVE_CHOOSER_H
28 #define PIDGIN_STATUS_PRIMITIVE_CHOOSER_H 28 #define PIDGIN_STATUS_PRIMITIVE_CHOOSER_H
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 31
32 #include <adwaita.h>
33
32 #include <purple.h> 34 #include <purple.h>
33 35
34 G_BEGIN_DECLS 36 G_BEGIN_DECLS
35 37
36 /** 38 /**
43 */ 45 */
44 46
45 #define PIDGIN_TYPE_STATUS_PRIMITIVE_CHOOSER (pidgin_status_primitive_chooser_get_type()) 47 #define PIDGIN_TYPE_STATUS_PRIMITIVE_CHOOSER (pidgin_status_primitive_chooser_get_type())
46 G_DECLARE_FINAL_TYPE(PidginStatusPrimitiveChooser, 48 G_DECLARE_FINAL_TYPE(PidginStatusPrimitiveChooser,
47 pidgin_status_primitive_chooser, PIDGIN, 49 pidgin_status_primitive_chooser, PIDGIN,
48 STATUS_PRIMITIVE_CHOOSER, GtkComboBox) 50 STATUS_PRIMITIVE_CHOOSER, AdwBin)
49 51
50 /** 52 /**
51 * pidgin_status_primitive_chooser_new: 53 * pidgin_status_primitive_chooser_new:
52 * 54 *
53 * Creates a new combo box that contains all of the available status 55 * Creates a new combo box that contains all of the available status

mercurial