diff finch/libgnt/gnttree.c @ 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 0ab73bf1fef1
line wrap: on
line diff
--- a/finch/libgnt/gnttree.c	Mon Mar 26 04:06:15 2007 +0000
+++ b/finch/libgnt/gnttree.c	Mon Mar 26 04:10:39 2007 +0000
@@ -20,7 +20,7 @@
 
 /* XXX: Make this one into a GObject?
  * 		 ... Probably not */
-struct _GnTreeRow
+struct _GntTreeRow
 {
 	void *key;
 	void *data;		/* XXX: unused */
@@ -40,7 +40,7 @@
 	GntTree *tree;
 };
 
-struct _GnTreeCol
+struct _GntTreeCol
 {
 	char *text;
 	int span;       /* How many columns does it span? */