]> Pileus Git - ~andy/gtk/commitdiff
Add annotations for GtkAccelMap
authorIgnacio Casal Quinteiro <icq@gnome.org>
Tue, 13 Jul 2010 16:36:39 +0000 (18:36 +0200)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Tue, 13 Jul 2010 16:37:41 +0000 (18:37 +0200)
gtk/gtkaccelmap.c

index 2070011dbc184098bf361a8f912bb2c5c0316fbd..179351a3bf0a031b2c9872017630f67d07ca7d19 100644 (file)
@@ -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
  **/