[gtk+] docs: fix docs for out params
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: fix docs for out params
- Date: Tue, 21 Jan 2014 18:34:28 +0000 (UTC)
commit 498345ffe15f868e898038bc6b44ddcfc6f04dfe
Author: William Jon McCann <william jon mccann gmail com>
Date: Mon Jan 20 19:08:56 2014 -0500
docs: fix docs for out params
gtk/gtkaccellabel.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c
index 3dbfeb8..13e5540 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]