[pygobject] Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf
- From: Sebastian Polsterl <sebp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf
- Date: Wed, 19 Jan 2011 09:28:17 +0000 (UTC)
commit 22eee43e50a150ace80694213fb87be9f0c72f51
Author: Sebastian Pölsterl <sebp k-d-w org>
Date: Wed Jan 19 10:27:47 2011 +0100
Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf
pygi-convert.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pygi-convert.sh b/pygi-convert.sh
index 0fc7dc3..a0d490e 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -108,6 +108,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.INTERP_/GdkPixbuf.InterpType./g;" \
\
-pe "s/import pango\n/from gi.repository import Pango\n/g;" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]