From: Marc-André Lureau Date: Tue, 23 Aug 2022 08:57:20 +0000 (+0400) Subject: gdk/win32: annotate filter callbacks X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~3^2~58^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a53650d9da55a9a7ca522c38e3dc08f1f0c4a3f8;p=gtk4.git gdk/win32: annotate filter callbacks Signed-off-by: Marc-André Lureau --- diff --git a/gdk/win32/gdkdisplay-win32.c b/gdk/win32/gdkdisplay-win32.c index a544bf3827..3028045746 100644 --- a/gdk/win32/gdkdisplay-win32.c +++ b/gdk/win32/gdkdisplay-win32.c @@ -51,8 +51,8 @@ static int debug_indent = 0; /** * gdk_win32_display_add_filter: * @display: a `GdkWin32Display` - * @function: filter callback - * @data: data to pass to filter callback + * @function: (scope notified): filter callback + * @data: (closure): data to pass to filter callback * * Adds an event filter to @window, allowing you to intercept messages * before they reach GDK. This is a low-level operation and makes it @@ -136,8 +136,8 @@ _gdk_win32_message_filter_unref (GdkWin32Display *display, /** * gdk_win32_display_remove_filter: * @display: A `GdkWin32Display` - * @function: previously-added filter function - * @data: user data for previously-added filter function + * @function: (scope notified): previously-added filter function + * @data: (closure): user data for previously-added filter function * * Remove a filter previously added with gdk_win32_display_add_filter(). */