From 1e01b9079d5299a86f88377badee8b686ed03a05 Mon Sep 17 00:00:00 2001 From: Sophie Herold Date: Sat, 21 Nov 2020 16:33:40 +0100 Subject: Fix some nullable return annotations --- gtk/gtkapplication.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkapplication.c') diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 2806cd7cf4..7b438f1581 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -888,7 +888,7 @@ gtk_application_set_menubar (GtkApplication *application, * Returns the menu model that has been set with * gtk_application_set_menubar(). * - * Returns: (transfer none): the menubar for windows of @application + * Returns: (nullable) (transfer none): the menubar for windows of @application */ GMenuModel * gtk_application_get_menubar (GtkApplication *application) @@ -1174,7 +1174,7 @@ gtk_application_handle_window_map (GtkApplication *application, * See [Automatic resources][automatic-resources] * for more information. * - * Returns: (transfer none): Gets the menu with the + * Returns: (nullable) (transfer none): Gets the menu with the * given id from the automatically loaded resources */ GMenu * -- cgit v1.2.1