Doc improvements
svn path=/trunk/; revision=17496
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
2007-03-12 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkprintoperation.c: Fix an oversight in an
|
||||||
example. (#381083, Ian Puleston)
|
example. (#381083, Ian Puleston)
|
||||||
|
|
||||||
|
@ -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
|
* 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,
|
* doing. Pass %NULL for @window to get all events for all windows,
|
||||||
* instead of events for a specific window.
|
* instead of events for a specific window.
|
||||||
*
|
*
|
||||||
|
* See gdk_display_add_client_message_filter() if you are interested
|
||||||
|
* in X ClientMessage events.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gdk_window_add_filter (GdkWindow *window,
|
gdk_window_add_filter (GdkWindow *window,
|
||||||
|
@ -359,6 +359,8 @@ gdk_event_apply_filters (XEvent *xevent,
|
|||||||
* @data: user data to pass to @func.
|
* @data: user data to pass to @func.
|
||||||
*
|
*
|
||||||
* Adds a filter to be called when X ClientMessage events are received.
|
* 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
|
* Since: 2.2
|
||||||
**/
|
**/
|
||||||
|
Reference in New Issue
Block a user