| 36 G_BEGIN_DECLS |
36 G_BEGIN_DECLS |
| 37 |
37 |
| 38 /** |
38 /** |
| 39 * PidginStatusPrimitiveChooser: |
39 * PidginStatusPrimitiveChooser: |
| 40 * |
40 * |
| 41 * A [class@Gtk.ComboBox] for presenting [enum@Purple.StatusPrimitive]'s to a |
41 * A [class@Adw.ComboRow] for presenting [enum@Purple.StatusPrimitive]'s to a |
| 42 * user. |
42 * user. |
| 43 * |
43 * |
| 44 * Since: 3.0.0 |
44 * Since: 3.0.0 |
| 45 */ |
45 */ |
| 46 |
46 |
| 47 #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()) |
| 48 G_DECLARE_FINAL_TYPE(PidginStatusPrimitiveChooser, |
48 G_DECLARE_FINAL_TYPE(PidginStatusPrimitiveChooser, |
| 49 pidgin_status_primitive_chooser, PIDGIN, |
49 pidgin_status_primitive_chooser, PIDGIN, |
| 50 STATUS_PRIMITIVE_CHOOSER, AdwBin) |
50 STATUS_PRIMITIVE_CHOOSER, AdwComboRow) |
| 51 |
51 |
| 52 /** |
52 /** |
| 53 * pidgin_status_primitive_chooser_new: |
53 * pidgin_status_primitive_chooser_new: |
| 54 * |
54 * |
| 55 * 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 |