diff options
author | Havoc Pennington <hp@pobox.com> | 2002-01-21 05:58:33 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-01-21 05:58:33 +0000 |
commit | fffbc2b16edd20b6fce2e35558ef502f1de36263 (patch) | |
tree | 3c7420ef2954ad0989e1f8b7246aa4092ac8a007 /gdk/gdkwindow.c | |
parent | 1530c14531f8bbfbd0bf3b577ec312244982e3d2 (diff) | |
download | gtk+-fffbc2b16edd20b6fce2e35558ef502f1de36263.tar.gz |
mention that window arg can be NULL
2002-01-21 Havoc Pennington <hp@pobox.com>
* gdk/gdkwindow.c (gdk_window_add_filter): mention that window
arg can be NULL
Diffstat (limited to 'gdk/gdkwindow.c')
-rw-r--r-- | gdk/gdkwindow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index 0c6423f10b..6878558084 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -608,7 +608,8 @@ gdk_window_peek_children (GdkWindow *window) * Adds an event filter to @window, allowing you to intercept events * before they reach GDK. This is a low-level operation and makes it * easy to break GDK and/or GTK+, so you have to know what you're - * doing. + * doing. Pass %NULL for @window to get all events for all windows, + * instead of events for a specific window. * **/ void |