diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-18 17:05:26 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-20 19:17:49 -0400 |
commit | 8ba16eb4f1e6df67d79a9d509a3a45126a032e46 (patch) | |
tree | bb493f2acbf893de29db9e393a4f364b7dd05ac2 /gdk/x11/gdkmonitor-x11.c | |
parent | ab6a5be0f860c29432b4a8e9d3a4cd3bbad0a63a (diff) | |
download | gtk+-8ba16eb4f1e6df67d79a9d509a3a45126a032e46.tar.gz |
Documentation fixes
Mostly fixing up indentation of continuation lines,
and other small cleanups.
Diffstat (limited to 'gdk/x11/gdkmonitor-x11.c')
-rw-r--r-- | gdk/x11/gdkmonitor-x11.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdk/x11/gdkmonitor-x11.c b/gdk/x11/gdkmonitor-x11.c index 6e85beea58..9c6929b1b9 100644 --- a/gdk/x11/gdkmonitor-x11.c +++ b/gdk/x11/gdkmonitor-x11.c @@ -63,14 +63,14 @@ gdk_monitor_has_fullscreen_window (GdkMonitor *monitor) /** * gdk_x11_monitor_get_workarea: - * @monitor: (type GdkX11Monitor): a #GdkMonitor - * @workarea: (out): a #GdkRectangle to be filled with - * the monitor workarea + * @monitor: (type GdkX11Monitor): a `GdkMonitor` + * @workarea: (out): a `GdkRectangle` to be filled with the monitor workarea * * Retrieves the size and position of the “work area” on a monitor - * within the display coordinate space. The returned geometry is in - * ”application pixels”, not in ”device pixels” (see - * gdk_monitor_get_scale_factor()). + * within the display coordinate space. + * + * The returned geometry is in ”application pixels”, not in ”device pixels” + * (see [method@Gdk.Monitor.get_scale_factor]). */ void gdk_x11_monitor_get_workarea (GdkMonitor *monitor, |