[pygobject/pygobject-3-8] pygi-convert: Add rule for TreeModelFlags
- From: Martin Pitt <martinpitt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/pygobject-3-8] pygi-convert: Add rule for TreeModelFlags
- Date: Sat, 13 Apr 2013 14:26:19 +0000 (UTC)
commit a81babbd26dd3afe767c32adcb340471ffb09296
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 file changed, 1 insertion(+)
---
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]