From 79d8c9dff0acb390a4c0e065153b4104344ab833 Mon Sep 17 00:00:00 2001 From: Mohammed Sadiq Date: Sun, 8 Apr 2018 10:37:31 +0530 Subject: [PATCH] listbox: Fix signal name in documentation --- gtk/gtklistbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklistbox.h b/gtk/gtklistbox.h index e796b981ab..c4101464c0 100644 --- a/gtk/gtklistbox.h +++ b/gtk/gtklistbox.h @@ -55,7 +55,7 @@ struct _GtkListBox * @row_selected: Class handler for the #GtkListBox::row-selected signal * @row_activated: Class handler for the #GtkListBox::row-activated signal * @activate_cursor_row: Class handler for the #GtkListBox::activate-cursor-row signal - * @toggle_cursor_row: Class handler for the #GtkListBox::activate-cursor-row signal + * @toggle_cursor_row: Class handler for the #GtkListBox::toggle-cursor-row signal * @move_cursor: Class handler for the #GtkListBox::move-cursor signal * @selected_rows_changed: Class handler for the #GtkListBox::selected-rows-changed signal * @select_all: Class handler for the #GtkListBox::select-all signal