qulogic/libgnt

Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
2013-10-12, Ankit Vani
ff668971684c
Merged soc.2013.gobjectification branch
--- a/gntprogressbar.c Fri Oct 11 22:00:41 2013 +0530
+++ b/gntprogressbar.c Sat Oct 12 23:32:10 2013 +0530
@@ -143,7 +143,7 @@
}
GType
-gnt_progress_bar_get_type (void)
+gnt_progress_bar_get_gtype (void)
{
static GType type = 0;
--- a/gntprogressbar.h Fri Oct 11 22:00:41 2013 +0530
+++ b/gntprogressbar.h Sat Oct 12 23:32:10 2013 +0530
@@ -30,7 +30,7 @@
#include "gnt.h"
#include "gntwidget.h"
-#define GNT_TYPE_PROGRESS_BAR (gnt_progress_bar_get_type ())
+#define GNT_TYPE_PROGRESS_BAR (gnt_progress_bar_get_gtype ())
#define GNT_PROGRESS_BAR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GNT_TYPE_PROGRESS_BAR, GntProgressBar))
#define GNT_PROGRESS_BAR_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GNT_TYPE_PROGRESS_BAR, GntProgressBarClass))
#define GNT_IS_PROGRESS_BAR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNT_TYPE_PROGRESS_BAR))
@@ -64,7 +64,7 @@
* @return The GType for GntProrgressBar
**/
GType
-gnt_progress_bar_get_type (void);
+gnt_progress_bar_get_gtype (void);
/**
* Create a new GntProgressBar