summaryrefslogtreecommitdiff
path: root/gtk/gdk-base.defs
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-04-28 13:06:39 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-06-14 09:39:07 +0100
commit6e94f5240496a9587d478bb7be5ccc71ba0680e8 (patch)
tree82d25ebd9ec8372fa3db10bc87aab141209db1ea /gtk/gdk-base.defs
parentfbb3e653ab1c4f467d7aae61e8444fab8c839af1 (diff)
downloadpygtk-6e94f5240496a9587d478bb7be5ccc71ba0680e8.tar.gz
Wrap gdk_pixbuf_apply_embedded_orientation
Diffstat (limited to 'gtk/gdk-base.defs')
-rw-r--r--gtk/gdk-base.defs7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gdk-base.defs b/gtk/gdk-base.defs
index b49df073..7d1de088 100644
--- a/gtk/gdk-base.defs
+++ b/gtk/gdk-base.defs
@@ -5656,6 +5656,13 @@
)
)
+(define-method apply_embedded_orientation
+ (of-object "GdkPixbuf")
+ (c-name "gdk_pixbuf_apply_embedded_orientation")
+ (return-type "GdkPixbuf*")
+ (caller-owns-return #t)
+)
+
(define-method get_option
(of-object "GdkPixbuf")
(c-name "gdk_pixbuf_get_option")