Doc updates.

This commit is contained in:
Matthias Clasen
2002-05-02 22:28:50 +00:00
parent 252c9c1230
commit 7b168e71eb
17 changed files with 199 additions and 39 deletions

View File

@ -317,14 +317,13 @@ gdk_screen_get_monitor_at_point (GdkScreen *screen,
}
/**
* gdk_screen_get_monitor_num_at_window:
* @screen : a #GdkScreen.
* @anid : a #GdkDrawable ID.
* gdk_screen_get_monitor_at_window:
* @screen: a #GdkScreen.
* @window: a #GdkWindow
* @returns: the monitor number in which most of @window is located.
*
* Returns the monitor number in which the largest area of the bounding rectangle
* of @anid resides.
*
* Returns: the monitor number in which most of @anid is located.
* Returns the number of the monitor in which the largest area of the bounding rectangle
* of @window resides.
**/
gint
gdk_screen_get_monitor_at_window (GdkScreen *screen,