diff options
author | Phil Clayton <phil.clayton@lineone.net> | 2013-09-05 01:08:41 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-09-10 17:20:15 -0400 |
commit | 59c4fb9d6af4b39b258c1abc0e6ed0d2d2c9780f (patch) | |
tree | 46281a02e0bf0053dcd4d59c092a60e8dab6df30 /gtk/gtkrecentchooser.c | |
parent | 90383300d2a01f7a610b2e2c1f711b6bfc4b61c8 (diff) | |
download | gtk+-59c4fb9d6af4b39b258c1abc0e6ed0d2d2c9780f.tar.gz |
Add missing introspection annotations
https://bugzilla.gnome.org/show_bug.cgi?id=707519
Diffstat (limited to 'gtk/gtkrecentchooser.c')
-rw-r--r-- | gtk/gtkrecentchooser.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkrecentchooser.c b/gtk/gtkrecentchooser.c index f10790dfa5..05b284ce9f 100644 --- a/gtk/gtkrecentchooser.c +++ b/gtk/gtkrecentchooser.c @@ -845,7 +845,8 @@ gtk_recent_chooser_get_items (GtkRecentChooser *chooser) /** * gtk_recent_chooser_get_uris: * @chooser: a #GtkRecentChooser - * @length: (allow-none): return location for a the length of the URI list, or %NULL + * @length: (out) (allow-none): return location for a the length of the + * URI list, or %NULL * * Gets the URI of the recently used resources. * |