[pygobject] pygi-convert.sh: GdkPixbuf methods



commit bc29600a2a04c972ceab7ef8d3292e8633977591
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Thu Jan 20 19:48:23 2011 +0100

    pygi-convert.sh: GdkPixbuf methods
    
    GNOME bug #639880

 pygi-convert.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index caa092e..4759770 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -113,6 +113,7 @@ for f in $FILES_TO_CONVERT; do
     -pe "s/intersection = child_rect.intersect/intersects_, intersection = child_rect.intersect/g;" \
     -pe "s/event.state/event.get_state\(\)/g;" \
 \
+    -pe "s/Gdk.pixbuf_/GdkPixbuf.Pixbuf./g;" \
     -pe "s/Gdk.Pixbuf/GdkPixbuf.Pixbuf/g;" \
     -pe "s/Gdk.INTERP_/GdkPixbuf.InterpType./g;" \
     -pe "s/Gdk.COLORSPACE_RGB/GdkPixbuf.Colorspace.RGB/g;" \



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