| 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 |