diff options
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index e3651120..c47cf9ab 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -112,7 +112,8 @@ pango_context_finalize (GObject *object) * gdk_pango_context_get_for_screen(), and * gtk_widget_get_pango_context(). * - * Return value: the new #PangoContext + * Return value: the newly allocated #PangoContext, which should + * be freed with g_object_unref(). **/ PangoContext * pango_context_new (void) |