summaryrefslogtreecommitdiff
path: root/pango/pango-coverage.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-coverage.c')
-rw-r--r--pango/pango-coverage.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/pango/pango-coverage.c b/pango/pango-coverage.c
index 86be76a3..f7e82077 100644
--- a/pango/pango-coverage.c
+++ b/pango/pango-coverage.c
@@ -51,8 +51,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)
@@ -74,7 +76,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)