diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2011-09-08 14:55:21 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2011-09-08 14:55:21 -0400 |
commit | 2c3683a35bb6212b4ba2e1f30bdbed38f076ef42 (patch) | |
tree | 02345bc24ebe4404a92f1c7faf1843a15bc4e10e /pango/pango-context.c | |
parent | c6633eec387739d8dc4d0cf1541bf95258f6029d (diff) | |
download | pango-2c3683a35bb6212b4ba2e1f30bdbed38f076ef42.tar.gz |
Fix annotation syntax
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 6c1508b4..af0ccfa0 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -339,7 +339,7 @@ pango_context_set_font_description (PangoContext *context, * * Retrieve the default font description for the context. * - * Return value: (transfer none) a pointer to the context's default font + * Return value: (transfer none): a pointer to the context's default font * description. This value must not be modified or freed. **/ PangoFontDescription * |