diff options
Diffstat (limited to 'pango/pango-coverage.c')
-rw-r--r-- | pango/pango-coverage.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pango/pango-coverage.c b/pango/pango-coverage.c index 6e34f802..c8f79d89 100644 --- a/pango/pango-coverage.c +++ b/pango/pango-coverage.c @@ -52,8 +52,10 @@ struct _PangoCoverage * * Create a new #PangoCoverage * - * Return value: a new PangoCoverage object, initialized to %PANGO_COVERAGE_NONE - * with a reference count of 0. + * Return value: the newly allocated #PangoCoverage, + * initialized to %PANGO_COVERAGE_NONE + * with a reference count of one, which + * should be freed with pango_coverage_unref(). **/ PangoCoverage * pango_coverage_new (void) @@ -75,7 +77,9 @@ pango_coverage_new (void) * since we refcount the structure. Mail otaylor@redhat.com if you * use it.) * - * Return value: a copy of @coverage with a reference count of 1 + * Return value: the newly allocated #PangoCoverage, + * with a reference count of one, which + * should be freed with pango_coverage_unref(). **/ PangoCoverage * pango_coverage_copy (PangoCoverage *coverage) |