From f7e4cb7ef2c6e4c2519686820c1bdc43cb105b36 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 15 Jun 2007 19:46:32 +0000 Subject: [PATCH] Add forgotten docs svn path=/trunk/; revision=18147 --- gtk/gtkmenushell.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c index 79422f9587..0faa087204 100644 --- a/gtk/gtkmenushell.c +++ b/gtk/gtkmenushell.c @@ -293,6 +293,18 @@ gtk_menu_shell_class_init (GtkMenuShellClass *klass) _gtk_marshal_VOID__ENUM, G_TYPE_NONE, 1, GTK_TYPE_DIRECTION_TYPE); + /** + * GtkMenuShell::move-selected: + * @menu_shell: the object on which the signal is emitted + * @distance: +1 to move to the next item, -1 to move to the previous + * + * The ::move-selected signal is emitted to move the selection to + * another item. + * + * Returns: %TRUE to stop the signal emission, %FALSE to continue + * + * Since: 2.12 + */ menu_shell_signals[MOVE_SELECTED] = g_signal_new (I_("move_selected"), G_OBJECT_CLASS_TYPE (object_class),