[gtk+] gtkapplication: add missing annotation for set_accels_for_action



commit 99ee1875ab5c1edbb9e75ab75f927ec7bb8b866b
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Jan 10 15:19:05 2014 +0100

    gtkapplication: add missing annotation for set_accels_for_action

 gtk/gtkapplication.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index ea5211b..5e55b8c 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -1480,7 +1480,7 @@ normalise_detailed_name (const gchar *detailed_action_name)
  * @application: a #GtkApplication
  * @detailed_action_name: a detailed action name, specifying and action
  *     and target to associate accelerators with
- * @accels: a list of accelerators in the format understood by
+ * @accels: (array zero-terminated=1): a list of accelerators in the format understood by
  *     gtk_accelerator_parse()
  *
  * Sets one or more keyboard accelerator that will trigger the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]