aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-combo.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-combo.h')
-rw-r--r--widgets/table/e-cell-combo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/widgets/table/e-cell-combo.h b/widgets/table/e-cell-combo.h
index 6e64deeb0c..23d5ac26a4 100644
--- a/widgets/table/e-cell-combo.h
+++ b/widgets/table/e-cell-combo.h
@@ -34,10 +34,10 @@
#include <gal/e-table/e-cell-popup.h>
#define E_CELL_COMBO_TYPE (e_cell_combo_get_type ())
-#define E_CELL_COMBO(o) (GTK_CHECK_CAST ((o), E_CELL_COMBO_TYPE, ECellCombo))
-#define E_CELL_COMBO_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_CELL_COMBO_TYPE, ECellComboClass))
-#define E_IS_CELL_COMBO(o) (GTK_CHECK_TYPE ((o), E_CELL_COMBO_TYPE))
-#define E_IS_CELL_COMBO_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), E_CELL_COMBO_TYPE))
+#define E_CELL_COMBO(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_CELL_COMBO_TYPE, ECellCombo))
+#define E_CELL_COMBO_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), E_CELL_COMBO_TYPE, ECellComboClass))
+#define E_IS_CELL_COMBO(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), E_CELL_COMBO_TYPE))
+#define E_IS_CELL_COMBO_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), E_CELL_COMBO_TYPE))
typedef struct {
@@ -53,7 +53,7 @@ typedef struct {
} ECellComboClass;
-GtkType e_cell_combo_get_type (void);
+GType e_cell_combo_get_type (void);
ECell *e_cell_combo_new (void);
/* These must be UTF-8. */