finch/libgnt/gntbox.h

branch
soc.2013.gobjectification.plugins
changeset 37075
cf3f735b09b7
parent 37064
3373bd0b4ea6
parent 35475
ec0d44434ba8
child 37077
d6404f69bf6c
--- a/finch/libgnt/gntbox.h	Thu Feb 06 16:53:42 2014 +0530
+++ b/finch/libgnt/gntbox.h	Thu Feb 06 20:02:57 2014 +0530
@@ -32,7 +32,7 @@
 #include "gnt.h"
 #include "gntwidget.h"
 
-#define GNT_TYPE_BOX				(gnt_box_get_gtype())
+#define GNT_TYPE_BOX				(gnt_box_get_type())
 #define GNT_BOX(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_BOX, GntBox))
 #define GNT_BOX_CLASS(klass)		(G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_BOX, GntBoxClass))
 #define GNT_IS_BOX(obj)			(G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_BOX))
@@ -98,7 +98,7 @@
  *
  * Returns: The GType.
  */
-GType gnt_box_get_gtype(void);
+GType gnt_box_get_type(void);
 
 #define gnt_vbox_new(homo) gnt_box_new(homo, TRUE)
 #define gnt_hbox_new(homo) gnt_box_new(homo, FALSE)

mercurial