gtkiconview: docs: Add missing return annotation

This commit is contained in:
Maximiliano Sandoval 2024-05-25 23:41:40 +02:00
parent 39dbc5ea87
commit a93a986ef2
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -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"),