From a93a986ef2f34a709276f39c904110cb0f7d28aa Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 25 May 2024 23:41:40 +0200 Subject: [PATCH] gtkiconview: docs: Add missing return annotation --- gtk/deprecated/gtkiconview.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/deprecated/gtkiconview.c b/gtk/deprecated/gtkiconview.c index 3038bd3b12..8543721bb9 100644 --- a/gtk/deprecated/gtkiconview.c +++ b/gtk/deprecated/gtkiconview.c @@ -723,6 +723,8 @@ gtk_icon_view_class_init (GtkIconViewClass *klass) * programmatically. * * The default bindings for this signal are Space, Return and Enter. + * + * Returns: whether the item was activated */ icon_view_signals[ACTIVATE_CURSOR_ITEM] = g_signal_new (I_("activate-cursor-item"), @@ -758,6 +760,8 @@ gtk_icon_view_class_init (GtkIconViewClass *klass) * - PageUp/PageDown which move by "pages" * All of these will extend the selection when combined with * the Shift modifier. + * + * Returns: whether the cursor was moved */ icon_view_signals[MOVE_CURSOR] = g_signal_new (I_("move-cursor"),