finch/libgnt/gntcombobox.h

changeset 35379
ea1a0327001e
parent 31293
169eeb43b52c
child 35475
ec0d44434ba8
--- a/finch/libgnt/gntcombobox.h	Thu Feb 06 18:56:36 2014 +0530
+++ b/finch/libgnt/gntcombobox.h	Thu Feb 06 19:44:10 2014 +0530
@@ -32,7 +32,7 @@
 #include "gntkeys.h"
 #include "gntwidget.h"
 
-#define GNT_TYPE_COMBO_BOX				(gnt_combo_box_get_gtype())
+#define GNT_TYPE_COMBO_BOX				(gnt_combo_box_get_type())
 #define GNT_COMBO_BOX(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_COMBO_BOX, GntComboBox))
 #define GNT_COMBO_BOX_CLASS(klass)		(G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_COMBO_BOX, GntComboBoxClass))
 #define GNT_IS_COMBO_BOX(obj)			(G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_COMBO_BOX))
@@ -71,7 +71,7 @@
 /**
  * @return  Get the GType for GntComboBox
  */
-GType gnt_combo_box_get_gtype(void);
+GType gnt_combo_box_get_type(void);
 
 /**
  * Create a new GntComboBox

mercurial