diff finch/libgnt/gntline.h @ 15928:f00f2e283ffb

Some define changes. This helps in generating the python bindings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 26 Mar 2007 04:10:39 +0000
parents 0e3a8505ebbe
children 8410511f4dbb
line wrap: on
line diff
--- a/finch/libgnt/gntline.h	Mon Mar 26 04:06:15 2007 +0000
+++ b/finch/libgnt/gntline.h	Mon Mar 26 04:10:39 2007 +0000
@@ -17,18 +17,18 @@
 #define GNT_LINE_SET_FLAGS(obj, flags)		(GNT_LINE_FLAGS(obj) |= flags)
 #define GNT_LINE_UNSET_FLAGS(obj, flags)	(GNT_LINE_FLAGS(obj) &= ~(flags))
 
-typedef struct _GnLine			GntLine;
-typedef struct _GnLinePriv		GntLinePriv;
-typedef struct _GnLineClass		GntLineClass;
+typedef struct _GntLine			GntLine;
+typedef struct _GntLinePriv		GntLinePriv;
+typedef struct _GntLineClass		GntLineClass;
 
-struct _GnLine
+struct _GntLine
 {
 	GntWidget parent;
 
 	gboolean vertical;
 };
 
-struct _GnLineClass
+struct _GntLineClass
 {
 	GntWidgetClass parent;