Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/python/_sugar.defs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/_sugar.defs')
-rw-r--r--lib/python/_sugar.defs9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/python/_sugar.defs b/lib/python/_sugar.defs
index d692be3..bf40d1c 100644
--- a/lib/python/_sugar.defs
+++ b/lib/python/_sugar.defs
@@ -230,3 +230,12 @@
(c-name "sugar_download_get_percent")
(return-type "gint")
)
+
+(define-function hippo_canvas_image_set_image_from_gdk_pixbuf
+ (c-name "sugar_hippo_canvas_image_set_image_from_gdk_pixbuf")
+ (return-type "none")
+ (parameters
+ '("GObject*" "image")
+ '("GdkPixbuf*" "pixbuf")
+ )
+)