summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-07-06 06:58:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-07-06 14:45:48 -0400
commite5692c88409893236fd54b3ff9ed8ee18713bac7 (patch)
treea2280df38d84d480944008febca95c044ef3e3d5
parentd2321aa9287aa135d20ba8155841305678bf611b (diff)
downloadpango-e5692c88409893236fd54b3ff9ed8ee18713bac7.tar.gz
layout: Add a missing annotation
pango_layout_get_tabs returns a copy.
-rw-r--r--pango/pango-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 3fd5f28f..ae2745b0 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -955,7 +955,7 @@ pango_layout_set_tabs (PangoLayout *layout,
*
* The return value should be freed with [method@Pango.TabArray.free].
*
- * Return value: (nullable): a copy of the tabs for this layout
+ * Return value: (transfer full) (nullable): a copy of the tabs for this layout
*/
PangoTabArray*
pango_layout_get_tabs (PangoLayout *layout)