diff options
Diffstat (limited to 'gdk/gdkscreen.c')
-rw-r--r-- | gdk/gdkscreen.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c index 415ff27229..078134d07f 100644 --- a/gdk/gdkscreen.c +++ b/gdk/gdkscreen.c @@ -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. - * - * Returns the monitor number in which the largest area of the bounding rectangle - * of @anid resides. + * 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 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, |