From e7fc8ad1f58bccaa39e8caa4a97ac9251b242f5b Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 17:49:11 +0100 Subject: [PATCH] gtk: fix PasswordEntry annotation --- gtk/gtkpasswordentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkpasswordentry.c b/gtk/gtkpasswordentry.c index 7e375a05bc..b6a6dea51b 100644 --- a/gtk/gtkpasswordentry.c +++ b/gtk/gtkpasswordentry.c @@ -729,7 +729,7 @@ gtk_password_entry_set_extra_menu (GtkPasswordEntry *entry, * * Gets the menu model set with gtk_password_entry_set_extra_menu(). * - * Returns: (transfer none): (nullable): the menu model + * Returns: (transfer none) (nullable): the menu model */ GMenuModel * gtk_password_entry_get_extra_menu (GtkPasswordEntry *entry)