summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 89f81dfd..885ba993 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -62,8 +62,8 @@ pango_font_description_get_type (void)
*
* Creates a new font description structure with all fields unset.
*
- * Return value: the newly-created #PangoFontDescription. Use
- * pango_font_description_free() to free the result.
+ * Return value: the newly allocated #PangoFontDescription, which
+ * should be freed using pango_font_description_free().
**/
PangoFontDescription *
pango_font_description_new (void)
@@ -609,8 +609,8 @@ pango_font_description_better_match (const PangoFontDescription *desc,
*
* Make a copy of a #PangoFontDescription.
*
- * Return value: a newly-allocated #PangoFontDescription. This value
- * must be freed using pango_font_description_free().
+ * Return value: the newly allocated #PangoFontDescription, which should
+ * be freed with pango_font_description_free().
**/
PangoFontDescription *
pango_font_description_copy (const PangoFontDescription *desc)
@@ -634,8 +634,8 @@ pango_font_description_copy (const PangoFontDescription *desc)
* be used until @desc is modififed or freed. This is meant to be used
* when the copy is only needed temporarily.
*
- * Return value: a newly-allocated #PangoFontDescription. This value
- * must be freed using pango_font_description_free().
+ * Return value: the newly allocated #PangoFontDescription, which should
+ * be freed with pango_font_description_free().
**/
PangoFontDescription *
pango_font_description_copy_static (const PangoFontDescription *desc)