Doc improvements

svn path=/trunk/; revision=17496
This commit is contained in:
Matthias Clasen 2007-03-12 06:26:34 +00:00
parent 69072fc65c
commit abaed38888
3 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2007-03-12 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
* gdk/gdkwindow.c (gdk_window_add_filter): Add
cross-references. (#351252, Vincent Untz)
* gtk/gtkprintoperation.c: Fix an oversight in an
example. (#381083, Ian Puleston)

View File

@ -675,7 +675,9 @@ gdk_window_peek_children (GdkWindow *window)
* easy to break GDK and/or GTK+, so you have to know what you're
* doing. Pass %NULL for @window to get all events for all windows,
* instead of events for a specific window.
*
*
* See gdk_display_add_client_message_filter() if you are interested
* in X ClientMessage events.
**/
void
gdk_window_add_filter (GdkWindow *window,

View File

@ -359,6 +359,8 @@ gdk_event_apply_filters (XEvent *xevent,
* @data: user data to pass to @func.
*
* Adds a filter to be called when X ClientMessage events are received.
* See gdk_window_add_filter() if you are interested in filtering other
* types of events.
*
* Since: 2.2
**/