]> Pileus Git - ~andy/gtk/commitdiff
Add forgotten docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 15 Jun 2007 19:46:32 +0000 (19:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 15 Jun 2007 19:46:32 +0000 (19:46 +0000)
svn path=/trunk/; revision=18147

gtk/gtkmenushell.c

index 79422f95873bd5d606f3001498c20830305f3915..0faa0872044e9b27e982329ad3636fc25a173bc0 100644 (file)
@@ -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),