/soc/2013/ankitkv/gobjectification: 69640d3846b8: Renamed gnt_pr...

Ankit Vani a at nevitus.org
Sat Oct 12 14:42:42 EDT 2013


Changeset: 69640d3846b8bedd28f66b8a9eb75c7e0bbd85df
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-10-12 22:40 +0530
Branch:	 soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/69640d3846b8

Description:

Renamed gnt_progress_bar_get_type to gnt_progress_bar_get_gtype

diffstat:

 finch/libgnt/gntprogressbar.c |  2 +-
 finch/libgnt/gntprogressbar.h |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff --git a/finch/libgnt/gntprogressbar.c b/finch/libgnt/gntprogressbar.c
--- a/finch/libgnt/gntprogressbar.c
+++ b/finch/libgnt/gntprogressbar.c
@@ -143,7 +143,7 @@ gnt_progress_bar_init (GTypeInstance *in
 }
 
 GType
-gnt_progress_bar_get_type (void)
+gnt_progress_bar_get_gtype (void)
 {
 	static GType type = 0;
 
diff --git a/finch/libgnt/gntprogressbar.h b/finch/libgnt/gntprogressbar.h
--- a/finch/libgnt/gntprogressbar.h
+++ b/finch/libgnt/gntprogressbar.h
@@ -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 @@ G_BEGIN_DECLS
  * @return The GType for GntProrgressBar
  **/
 GType
-gnt_progress_bar_get_type (void);
+gnt_progress_bar_get_gtype (void);
 
 /**
  * Create a new GntProgressBar



More information about the Commits mailing list