[pango/more-test-coverage2: 8/15] layout: Add a missing annotation




commit e5692c88409893236fd54b3ff9ed8ee18713bac7
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jul 6 06:58:42 2021 -0400

    layout: Add a missing annotation
    
    pango_layout_get_tabs returns a copy.

 pango/pango-layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]