diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-09-25 20:58:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-09-25 21:04:49 -0400 |
commit | 5ff8fe69715a7f0da56816246be7ffaa05bd5ce9 (patch) | |
tree | 8d4b5c65c9c61639b0982b98f184065e2a429b75 /gdk | |
parent | a6151ebb9566ed39a6b100d1cca6d5eae7246201 (diff) | |
download | gtk+-5ff8fe69715a7f0da56816246be7ffaa05bd5ce9.tar.gz |
Documentation fixes
Mostly making sure that return values and varargs don't loose
their docs.
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/gdkscreen.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c index ebdf2c64d9..c1de0f64e9 100644 --- a/gdk/gdkscreen.c +++ b/gdk/gdkscreen.c @@ -287,13 +287,14 @@ gdk_screen_get_monitor_at_point (GdkScreen *screen, * gdk_screen_get_monitor_at_window: * @screen: a #GdkScreen. * @window: a #GdkWindow - * @returns: the monitor number in which most of @window is located, - * or if @window does not intersect any monitors, a monitor, - * close to @window. * - * Returns the number of the monitor in which the largest area of the + * Returns the number of the monitor in which the largest area of the * bounding rectangle of @window resides. * + * Returns: the monitor number in which most of @window is located, + * or if @window does not intersect any monitors, a monitor, + * close to @window. + * * Since: 2.2 **/ gint |