From db3a01b5895652f0521fff98935df2fb77430915 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Tue, 19 Aug 2014 18:12:51 +0200 Subject: [PATCH] GtkApplication: fix annotation of get_menu_by_id https://bugzilla.gnome.org/show_bug.cgi?id=735034 --- gtk/gtkapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 88e3efeb22..4b1ca1faf0 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -1805,7 +1805,7 @@ gtk_application_handle_window_map (GtkApplication *application, * See [Automatic resources][automatic-resources] * for more information. * - * Returns: (transfer full): Gets the menu with the + * Returns: (transfer none): Gets the menu with the * given id from the automatically loaded resources * * Since: 3.14