finch/libgnt/gntcombobox.h

branch
soc.2013.gobjectification.plugins
changeset 37075
cf3f735b09b7
parent 37064
3373bd0b4ea6
parent 35475
ec0d44434ba8
child 37077
d6404f69bf6c
--- a/finch/libgnt/gntcombobox.h	Thu Feb 06 16:53:42 2014 +0530
+++ b/finch/libgnt/gntcombobox.h	Thu Feb 06 20:02:57 2014 +0530
@@ -34,7 +34,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))
@@ -76,7 +76,7 @@
  *
  * Returns:  Get the GType for GntComboBox
  */
-GType gnt_combo_box_get_gtype(void);
+GType gnt_combo_box_get_type(void);
 
 /**
  * gnt_combo_box_new:

mercurial