From 5a0a870d892a149e0a065f84a9a77b6e20c05ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Thu, 22 Oct 2015 19:31:36 +0200 Subject: [PATCH] GtkApplicationWindow: Add missing annotations --- gtk/gtkapplicationwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index 919d92c719..86739a4a84 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -1022,7 +1022,7 @@ gtk_application_window_set_help_overlay (GtkApplicationWindow *window, * Gets the #GtkShortcutsWindow that has been set up with * a prior call to gtk_application_window_set_help_overlay(). * - * Returns: the help overlay associated with @window, or %NULL + * Returns: (transfer none) (nullable): the help overlay associated with @window, or %NULL * * Since: 3.20 */