This commit is contained in:
Matthias Clasen 2006-05-07 03:28:22 +00:00
parent 41cadbc722
commit 8db728f953
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-05-06 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkwindow.c (gdk_window_get_toplevels): Fix a wrong
reference in the docs. (#340870, Ed Catmur)
2006-05-05 Christian Persch <chpe@cvs.gnome.org>
* modules/printbackends/cups/gtkprintbackendcups.c:

View File

@ -1,3 +1,8 @@
2006-05-06 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkwindow.c (gdk_window_get_toplevels): Fix a wrong
reference in the docs. (#340870, Ed Catmur)
2006-05-05 Christian Persch <chpe@cvs.gnome.org>
* modules/printbackends/cups/gtkprintbackendcups.c:

View File

@ -783,7 +783,7 @@ gdk_screen_get_toplevel_windows (GdkScreen *screen)
* gdk_window_get_toplevels:
*
* Obtains a list of all toplevel windows known to GDK on the default
* screen (see gdk_window_get_toplevels_for_screen()).
* screen (see gdk_screen_get_toplevel_windows()).
* A toplevel window is a child of the root window (see
* gdk_get_default_root_window()).
*