summaryrefslogtreecommitdiff
path: root/gtk/gtk-2.10.defs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-06-25 23:56:52 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-06-25 23:56:52 +0000
commit3a39a977341d90a827e84ef650a20915907cc063 (patch)
treec53c4902ebe40f11fa22a3d13f4158a49239ee37 /gtk/gtk-2.10.defs
parenta2c072a56e6c76a27771f7ce3de2d1868297ac4a (diff)
downloadpygtk-3a39a977341d90a827e84ef650a20915907cc063.tar.gz
Allow pixbuf to be None
* gtk/gtk-2.10.defs (gtk_status_icon_set_from_pixbuf): Allow pixbuf to be None
Diffstat (limited to 'gtk/gtk-2.10.defs')
-rw-r--r--gtk/gtk-2.10.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk-2.10.defs b/gtk/gtk-2.10.defs
index 3fa179b8..ea054f21 100644
--- a/gtk/gtk-2.10.defs
+++ b/gtk/gtk-2.10.defs
@@ -3113,7 +3113,7 @@
(c-name "gtk_status_icon_set_from_pixbuf")
(return-type "none")
(parameters
- '("GdkPixbuf*" "pixbuf")
+ '("GdkPixbuf*" "pixbuf" (null-ok))
)
)