[pygobject] pygi-convert: Add rule for TreeModelFlags



commit b289176e6b37cb2825bd555cea019b85b68d5c57
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Sun Mar 10 15:04:40 2013 +0200

    pygi-convert: Add rule for TreeModelFlags
    
    Signed-off-by: Simon Feltman <sfeltman src gnome org>

 pygi-convert.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index c5887f8..f031db8 100755
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -59,6 +59,7 @@ for f in $FILES_TO_CONVERT; do
     -pe "s/Gtk.TEXT_DIR_/Gtk.TextDirection./g;" \
     -pe "s/Gtk.TEXT_SEARCH_/Gtk.TextSearchFlags./g;" \
     -pe "s/Gtk.TEXT_WINDOW_/Gtk.TextWindowType./g;" \
+    -pe "s/Gtk.TREE_MODEL_/Gtk.TreeModelFlags./g;" \
     -pe "s/Gtk.TREE_VIEW_COLUMN_/Gtk.TreeViewColumnSizing./g;" \
     -pe "s/Gtk.TREE_VIEW_DROP_/Gtk.TreeViewDropPosition./g;" \
     -pe "s/Gtk.TRUE/True/g;" \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]