summaryrefslogtreecommitdiff
path: root/gtk/gdk-base.defs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-05-31 23:10:35 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-05-31 23:10:35 +0000
commite49ac1094d0f251c484b7d5a339be59aac565e38 (patch)
tree21f0cf087601cb05e5b13379d8be6e7953fdb7a6 /gtk/gdk-base.defs
parent76b891043eff28c5490f7984e5c3ed5d9870210e (diff)
downloadpygtk-e49ac1094d0f251c484b7d5a339be59aac565e38.tar.gz
shape_region may be None.
* gtk/gdk-base.defs (shape_combine_region): shape_region may be None.
Diffstat (limited to 'gtk/gdk-base.defs')
-rw-r--r--gtk/gdk-base.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gdk-base.defs b/gtk/gdk-base.defs
index 79e3f007..14180239 100644
--- a/gtk/gdk-base.defs
+++ b/gtk/gdk-base.defs
@@ -4681,7 +4681,7 @@
(c-name "gdk_window_shape_combine_region")
(return-type "none")
(parameters
- '("GdkRegion*" "shape_region")
+ '("GdkRegion*" "shape_region" (null-ok))
'("gint" "offset_x")
'("gint" "offset_y")
)