summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.h
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-05-26 09:29:56 -0700
committerEvan Nemerson <evan@nemerson.com>2014-05-27 21:10:32 -0700
commite596e58c51a2f25c8ff4d35dea2bb77751b2f105 (patch)
tree0729c0ff46a9e9593693c0c6f6513e9a5f7ac1a5 /gtk/gtkrecentmanager.h
parente568903360be156973c5767cda2f3248e722d507 (diff)
downloadgtk+-e596e58c51a2f25c8ff4d35dea2bb77751b2f105.tar.gz
gtk: port missing array annotations from Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=730745
Diffstat (limited to 'gtk/gtkrecentmanager.h')
-rw-r--r--gtk/gtkrecentmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkrecentmanager.h b/gtk/gtkrecentmanager.h
index 94042ca894..b0a26ee0ac 100644
--- a/gtk/gtkrecentmanager.h
+++ b/gtk/gtkrecentmanager.h
@@ -58,7 +58,8 @@ typedef struct _GtkRecentManagerPrivate GtkRecentManagerPrivate;
* ā€œ&percnt;fā€ and ā€œ&percnt;uā€ escape characters which will be expanded
* to the resource file path and URI respectively when the command line
* is retrieved;
- * @groups: a vector of strings containing groups names;
+ * @groups: (array zero-terminated=1): a vector of strings containing
+ * groups names;
* @is_private: whether this resource should be displayed only by the
* applications that have registered it or not.
*