diff options
Diffstat (limited to 'pango/pango-fontset.c')
-rw-r--r-- | pango/pango-fontset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-fontset.c b/pango/pango-fontset.c index f40330b2..dee12de4 100644 --- a/pango/pango-fontset.c +++ b/pango/pango-fontset.c @@ -234,7 +234,8 @@ static PangoFontsetClass *simple_parent_class; /* Parent class structure for Pan * * Creates a new #PangoFontsetSimple for the given language. * - * Return value: a newly-allocated #PangoFontsetSimple. + * Return value: the newly allocated #PangoFontsetSimple, which should + * be freed with g_object_unref(). **/ PangoFontsetSimple * pango_fontset_simple_new (PangoLanguage *language) |