From 0d7a0132bbe6810bdfc2d55b949bafd4360d1155 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 23 Aug 2022 17:20:39 +0400 Subject: [PATCH] gdk/win32: annotate gdk_win32_surface_lookup_for_display MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- gdk/win32/gdksurface-win32.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gdk/win32/gdksurface-win32.c b/gdk/win32/gdksurface-win32.c index a2f60eb3ec..47e54ac923 100644 --- a/gdk/win32/gdksurface-win32.c +++ b/gdk/win32/gdksurface-win32.c @@ -4241,6 +4241,13 @@ gdk_win32_surface_focus (GdkSurface *window, SetFocus (GDK_SURFACE_HWND (window)); } +/** + * gdk_win32_surface_lookup_for_display: + * @display: a %GdkDisplay + * @anid: a HWND window handle + * + * Returns: (nullable): the %GdkSurface associated with the given @anid, or %NULL. + */ GdkSurface * gdk_win32_surface_lookup_for_display (GdkDisplay *display, HWND anid) -- 2.30.2