diff options
author | Evan Nemerson <evan@coeus-group.com> | 2012-08-07 19:35:28 -0700 |
---|---|---|
committer | Evan Nemerson <evan@coeus-group.com> | 2012-08-12 19:04:25 -0700 |
commit | feff5a6e2682048a07a6ba09af83254e290bf394 (patch) | |
tree | 78a7df91f6634a476c1b765be0ecc81cb014ed9d /pango/pango-renderer.c | |
parent | eddbc909f835901fe08794be0ec45840d3494af5 (diff) | |
download | pango-feff5a6e2682048a07a6ba09af83254e290bf394.tar.gz |
introspection: assorted fixes to avoid regressions in Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=681423
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r-- | pango/pango-renderer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c index e17bcbe7..54161448 100644 --- a/pango/pango-renderer.c +++ b/pango/pango-renderer.c @@ -1391,8 +1391,8 @@ pango_renderer_get_layout (PangoRenderer *renderer) * The returned layout line should not be modified while still being * rendered. * - * Return value: the layout line, or %NULL if no layout line is being - * rendered using @renderer at this time. + * Return value: (transfer none): the layout line, or %NULL if no + * layout line is being rendered using @renderer at this time. * * Since: 1.20 **/ |