diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 19:08:56 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 12:41:16 -0500 |
commit | 498345ffe15f868e898038bc6b44ddcfc6f04dfe (patch) | |
tree | 8fc003d6c72169d8f7a9bbb1ccbddb191e758f24 /gtk/gtkaccellabel.c | |
parent | 2054166c34470dc024119ac44b3dbab76bd62510 (diff) | |
download | gtk+-498345ffe15f868e898038bc6b44ddcfc6f04dfe.tar.gz |
docs: fix docs for out params
Diffstat (limited to 'gtk/gtkaccellabel.c')
-rw-r--r-- | gtk/gtkaccellabel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c index 3dbfeb8b9b..13e55403e8 100644 --- a/gtk/gtkaccellabel.c +++ b/gtk/gtkaccellabel.c @@ -992,10 +992,10 @@ gtk_accel_label_set_accel (GtkAccelLabel *accel_label, /** * gtk_accel_label_get_accel: * @accel_label: a #GtkAccelLabel - * @accelerator_key: return location for the keyval - * @accelerator_mods: return location for the modifier mask + * @accelerator_key: (out): return location for the keyval + * @accelerator_mods: (out): return location for the modifier mask * - * Returns the keyval and modifier mask set with + * Gets the keyval and modifier mask set with * gtk_accel_label_set_accel(). * * Since: 3.12 |