diff options
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 110a6f36..6c1508b4 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -339,8 +339,8 @@ pango_context_set_font_description (PangoContext *context, * * Retrieve the default font description for the context. * - * Return value: a pointer to the context's default font description. - * This value must not be modified or freed. + * Return value: (transfer none) a pointer to the context's default font + * description. This value must not be modified or freed. **/ PangoFontDescription * pango_context_get_font_description (PangoContext *context) |