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/pango-glyph-item.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/pango-glyph-item.c')
-rw-r--r-- | pango/pango-glyph-item.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pango/pango-glyph-item.c b/pango/pango-glyph-item.c index 26c3666f..9c13e8d4 100644 --- a/pango/pango-glyph-item.c +++ b/pango/pango-glyph-item.c @@ -564,9 +564,10 @@ split_before_cluster_start (ApplyAttrsState *state) * This function takes ownership of @glyph_item; it will be reused * as one of the elements in the list. * - * Return value: (transfer full): a list of glyph items resulting - * from splitting @glyph_item. Free the elements using - * pango_glyph_item_free(), the list using g_slist_free(). + * Return value: (transfer full) (element-type Pango.GlyphItem): a + * list of glyph items resulting from splitting @glyph_item. Free + * the elements using pango_glyph_item_free(), the list using + * g_slist_free(). * * Since: 1.2 **/ |