diff options
author | Mohammed Sadiq <sadiq@sadiqpk.org> | 2018-04-08 10:37:31 +0530 |
---|---|---|
committer | Mohammed Sadiq <sadiq@sadiqpk.org> | 2018-04-08 11:02:23 +0530 |
commit | 5ad31616e8316a6e281ca80170f73604667272a2 (patch) | |
tree | 2184db62c42bb61be33181290f2c035f464ae03b | |
parent | ff738269b651167bf7291c722439836f5af5b358 (diff) | |
download | gtk+-5ad31616e8316a6e281ca80170f73604667272a2.tar.gz |
listbox: Fix signal name in documentation
-rw-r--r-- | gtk/gtklistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklistbox.h b/gtk/gtklistbox.h index 3f371b23ee..4640f6a4f9 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 |