svn path=/trunk/; revision=17496
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)
* 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,
* @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
**/