summaryrefslogtreecommitdiff
path: root/gtk/gdk-base.defs
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2007-12-13 21:18:19 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2007-12-13 21:18:19 +0000
commitcadb4735cf285399b553074f31c62b23de1c44cf (patch)
treec7fb979cb29f5a03240945955da65a85b54e76cf /gtk/gdk-base.defs
parentc4d5e7d9ce0595da217509386251a211deaef9be (diff)
downloadpygtk-cadb4735cf285399b553074f31c62b23de1c44cf.tar.gz
release the GIL in a couple of functions
svn path=/trunk/; revision=2937
Diffstat (limited to 'gtk/gdk-base.defs')
-rw-r--r--gtk/gdk-base.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gdk-base.defs b/gtk/gdk-base.defs
index 53b53753..c40494b6 100644
--- a/gtk/gdk-base.defs
+++ b/gtk/gdk-base.defs
@@ -5165,6 +5165,7 @@
(define-function pixbuf_new_from_file
(c-name "gdk_pixbuf_new_from_file")
(return-type "GdkPixbuf*")
+ (unblock-threads #t)
(caller-owns-return #t)
(parameters
'("const-char*" "filename")
@@ -5175,6 +5176,7 @@
(define-function pixbuf_new_from_file_at_size
(c-name "gdk_pixbuf_new_from_file_at_size")
(return-type "GdkPixbuf*")
+ (unblock-threads #t)
(caller-owns-return #t)
(parameters
'("const-char*" "filename")