summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-04-16 18:20:51 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-04-16 18:20:51 +0000
commit2121072683209a896ad53853c7acc689d063e422 (patch)
tree252cccca0f0f84e97e618642001dd480e94410a5 /gtk
parent87f131cf48121a35a02e82ea8454a9b3b3d2fcd3 (diff)
downloadpygtk-2121072683209a896ad53853c7acc689d063e422.tar.gz
gtk/gtk.defs (gtk_draw_insertion_cursor) area can be NULL.
* gtk/gtk.defs (gtk_draw_insertion_cursor) area can be NULL.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtk.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk.defs b/gtk/gtk.defs
index 39841c87..2ca10590 100644
--- a/gtk/gtk.defs
+++ b/gtk/gtk.defs
@@ -13544,7 +13544,7 @@
(parameters
'("GtkWidget*" "widget")
'("GdkDrawable*" "drawable")
- '("GdkRectangle*" "area")
+ '("GdkRectangle*" "area" (null-ok))
'("GdkRectangle*" "location")
'("gboolean" "is_primary")
'("GtkTextDirection" "direction")