Fixes for pygnt generation.

Mon, 16 Jul 2007 23:46:23 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Mon, 16 Jul 2007 23:46:23 +0000
changeset 18803
615243a5bc70
parent 18793
30a5e011f4b3
child 18804
647f27f1ba6e

Fixes for pygnt generation.

finch/libgnt/gnttextview.h file | annotate | diff | comparison | revisions
finch/libgnt/gnttree.h file | annotate | diff | comparison | revisions
--- a/finch/libgnt/gnttextview.h	Sun Jul 15 12:49:23 2007 +0000
+++ b/finch/libgnt/gnttextview.h	Mon Jul 16 23:46:23 2007 +0000
@@ -47,7 +47,7 @@
 typedef struct _GntTextViewPriv		GntTextViewPriv;
 typedef struct _GntTextViewClass		GntTextViewClass;
 
-typedef enum {
+typedef enum _GntTextViewFlag {
 	GNT_TEXT_VIEW_NO_SCROLL     = 1 << 0,
 	GNT_TEXT_VIEW_WRAP_CHAR     = 1 << 1,
 } GntTextViewFlag;
--- a/finch/libgnt/gnttree.h	Sun Jul 15 12:49:23 2007 +0000
+++ b/finch/libgnt/gnttree.h	Mon Jul 16 23:46:23 2007 +0000
@@ -47,7 +47,7 @@
 typedef struct _GntTreeRow		GntTreeRow;
 typedef struct _GntTreeCol		GntTreeCol;
 
-typedef enum {
+typedef enum _GntTreeColumnFlag {
 	GNT_TREE_COLUMN_INVISIBLE    = 1 << 0,
 	GNT_TREE_COLUMN_FIXED_SIZE   = 1 << 1,
 	GNT_TREE_COLUMN_BINARY_DATA  = 1 << 2,

mercurial