From 818ca63d35254d43632552261b4d3891520f2c82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20M=C3=ADchal?= Date: Mon, 1 Aug 2022 12:52:30 +0200 Subject: [PATCH] gdkdisplay: Document get_monitor_at_surface can return NULL Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5075 --- gdk/gdkdisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c index be5e2f5ff1..ad5d6772b7 100644 --- a/gdk/gdkdisplay.c +++ b/gdk/gdkdisplay.c @@ -2013,7 +2013,7 @@ gdk_display_get_monitors (GdkDisplay *self) * Returns a monitor close to @surface if it is outside * of all monitors. * - * Returns: (transfer none): the monitor with the largest + * Returns: (transfer none) (nullable): the monitor with the largest * overlap with @surface */ GdkMonitor * -- 2.30.2