[pango] Correct an annotation
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Correct an annotation
- Date: Tue, 10 Sep 2013 21:34:57 +0000 (UTC)
commit 05fe0e7443026b8504da32fd8bc92433cacdb431
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Sep 10 17:34:04 2013 -0400
Correct an annotation
The annotation for pango_layout_set_attributes should be
'transfer none', not 'transfer full'. Pointed out in
https://bugzilla.gnome.org/show_bug.cgi?id=707874
pango/pango-layout.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 2b0147f..82a3283 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -599,7 +599,7 @@ pango_layout_get_spacing (PangoLayout *layout)
/**
* pango_layout_set_attributes:
* @layout: a #PangoLayout
- * @attrs: (allow-none) (transfer full): a #PangoAttrList, can be %NULL
+ * @attrs: (allow-none) (transfer none): a #PangoAttrList, can be %NULL
*
* Sets the text attributes for a layout object.
* References @attrs, so the caller can unref its reference.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]