summaryrefslogtreecommitdiff
path: root/pango/pango-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-item.c')
-rw-r--r--pango/pango-item.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pango/pango-item.c b/pango/pango-item.c
index d1caa771..ce38e6d2 100644
--- a/pango/pango-item.c
+++ b/pango/pango-item.c
@@ -42,13 +42,11 @@ pango_item_new (void)
/**
* pango_item_copy:
- * @item: (nullable): a `PangoItem`, may be %NULL
+ * @item: (nullable): a `PangoItem`
*
* Copy an existing `PangoItem` structure.
*
- * Return value: (nullable): the newly allocated `PangoItem`, which
- * should be freed with [method@Pango.Item.free], or %NULL if
- * @item was %NULL.
+ * Return value: (nullable): the newly allocated `PangoItem`
*/
PangoItem *
pango_item_copy (PangoItem *item)