summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelgroup.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-12-28 06:58:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-12-28 06:58:09 +0000
commit9f7e7c435bba4b6e910586c728996d69053e4b80 (patch)
tree608828b94c3e44adfff71592b9d3797d236d2795 /gtk/gtkaccelgroup.c
parentee7c906cd97e95c5fce47d42c1b0972c74f2c17a (diff)
downloadgtk+-9f7e7c435bba4b6e910586c728996d69053e4b80.tar.gz
Documentation fixes
2008-12-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkhsv.c: * gtk/gtkwidget.c: * gtk/gtkaccelgroup.c: Documentation fixes * gtk/gtkstatusicon.c: * gtk/gtkentry.c: * gtk/gtkeditable.[hc]: Make parameter names match to make gtk-doc happy. svn path=/trunk/; revision=21953
Diffstat (limited to 'gtk/gtkaccelgroup.c')
-rw-r--r--gtk/gtkaccelgroup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c
index 3bf9415bbb..32c76db8e3 100644
--- a/gtk/gtkaccelgroup.c
+++ b/gtk/gtkaccelgroup.c
@@ -834,7 +834,6 @@ gtk_accel_group_from_accel_closure (GClosure *closure)
* to activate the accelerator.
* @accel_key: accelerator keyval from a key event
* @accel_mods: keyboard state mask from a key event
- * @returns: %TRUE if the accelerator was handled, %FALSE otherwise
*
* Finds the first accelerator in @accel_group
* that matches @accel_key and @accel_mods, and
@@ -867,7 +866,6 @@ gtk_accel_group_activate (GtkAccelGroup *accel_group,
* to activate the accelerator.
* @accel_key: accelerator keyval from a key event
* @accel_mods: keyboard state mask from a key event
- * @returns: %TRUE if the accelerator was handled, %FALSE otherwise
*
* Finds the first accelerator in any #GtkAccelGroup attached
* to @object that matches @accel_key and @accel_mods, and