From 8ba16eb4f1e6df67d79a9d509a3a45126a032e46 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 18 May 2021 17:05:26 -0400 Subject: Documentation fixes Mostly fixing up indentation of continuation lines, and other small cleanups. --- gdk/macos/gdkmacosmonitor.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gdk/macos/gdkmacosmonitor.c') diff --git a/gdk/macos/gdkmacosmonitor.c b/gdk/macos/gdkmacosmonitor.c index ad124a9e64..a68668ced9 100644 --- a/gdk/macos/gdkmacosmonitor.c +++ b/gdk/macos/gdkmacosmonitor.c @@ -43,14 +43,14 @@ G_DEFINE_TYPE (GdkMacosMonitor, gdk_macos_monitor, GDK_TYPE_MONITOR) /** * gdk_macos_monitor_get_workarea: - * @monitor: a #GdkMonitor - * @workarea: (out): a #GdkRectangle to be filled with - * the monitor workarea + * @monitor: 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_macos_monitor_get_workarea (GdkMonitor *monitor, -- cgit v1.2.1