summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelmap.c
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <icq@gnome.org>2010-07-13 18:36:39 +0200
committerIgnacio Casal Quinteiro <icq@gnome.org>2010-07-13 18:37:41 +0200
commitdba6592601dee4d5b28d4f2fae8344c3ac7b5e25 (patch)
treef050b6d7bcb18d74f8b577c55389b7991de89528 /gtk/gtkaccelmap.c
parent33960b737d16af0db49ec1d761e5c3a5f94c2956 (diff)
downloadgtk+-dba6592601dee4d5b28d4f2fae8344c3ac7b5e25.tar.gz
Add annotations for GtkAccelMap
Diffstat (limited to 'gtk/gtkaccelmap.c')
-rw-r--r--gtk/gtkaccelmap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkaccelmap.c b/gtk/gtkaccelmap.c
index 2070011dbc..179351a3bf 100644
--- a/gtk/gtkaccelmap.c
+++ b/gtk/gtkaccelmap.c
@@ -197,9 +197,9 @@ gtk_accel_map_add_entry (const gchar *accel_path,
/**
* gtk_accel_map_lookup_entry:
- * @accel_path: a valid accelerator path
- * @key: the accelerator key to be filled in (optional)
- * @returns: %TRUE if @accel_path is known, %FALSE otherwise
+ * @accel_path: a valid accelerator path
+ * @key: (allow-none) (out): the accelerator key to be filled in (optional)
+ * @returns: %TRUE if @accel_path is known, %FALSE otherwise
*
* Looks up the accelerator entry for @accel_path and fills in @key.
*/
@@ -979,7 +979,7 @@ gtk_accel_map_init (GtkAccelMap *accel_map)
* map via the ::changed signal; it isn't a parameter to the
* other accelerator map functions.
*
- * Return value: the global #GtkAccelMap object
+ * Return value: (transfer none): the global #GtkAccelMap object
*
* Since: 2.4
**/