diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2012-06-03 22:32:56 +0200 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2012-06-04 20:36:13 +0200 |
commit | 7b79cef481fe0307b0e315fa917cb6ebb7b7f442 (patch) | |
tree | 7266cba7b3679c35b3c3cd565f447b6125983650 /pango/reorder-items.c | |
parent | 1706bdad9790d9cb9683a4e8a72e4e7fbbfc570e (diff) | |
download | pango-7b79cef481fe0307b0e315fa917cb6ebb7b7f442.tar.gz |
Add missing (element-type) annotations for list arguments
https://bugzilla.gnome.org/show_bug.cgi?id=677407
Diffstat (limited to 'pango/reorder-items.c')
-rw-r--r-- | pango/reorder-items.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c index 73342248..62a6a8f9 100644 --- a/pango/reorder-items.c +++ b/pango/reorder-items.c @@ -31,7 +31,7 @@ static GList *reorder_items_recurse (GList *items, int n_items); /** * pango_reorder_items: - * @logical_items: a #GList of #PangoItem in logical order. + * @logical_items: (element-type Pango.Item): a #GList of #PangoItem in logical order. * * From a list of items in logical order and the associated * directional levels, produce a list in visual order. |