diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-09-15 17:54:52 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-09-15 17:57:28 +0200 |
commit | 97231ca231f4fcd84a5dd61f1eec1d7e2c5b703d (patch) | |
tree | 6bfb963a6cb346e29650b71f987fbddda35769cf /gtk/gtkentry.c | |
parent | 67bd28eaafa3be852b15904dbf890b1151524800 (diff) | |
download | gtk+-97231ca231f4fcd84a5dd61f1eec1d7e2c5b703d.tar.gz |
gtk: Fix some g-i annotation warnings
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 16ca45c106..1c1fbee79c 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -3584,11 +3584,11 @@ gtk_entry_set_extra_menu (GtkEntry *entry, /** * gtk_entry_get_extra_menu: - * @self: a #GtkText + * @entry: a #GtkEntry * * Gets the menu model set with gtk_entry_set_extra_menu(). * - * Returns: (transfer none): (nullable): the menu model + * Returns: (transfer none) (nullable): the menu model */ GMenuModel * gtk_entry_get_extra_menu (GtkEntry *entry) |