summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-context.c2
-rw-r--r--pango/pango-fontmap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index af0ccfa0..a909cd05 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -243,7 +243,7 @@ pango_context_get_font_map (PangoContext *context)
/**
* pango_context_list_families:
* @context: a #PangoContext
- * @families: (out) (array length=n_families): location to store a pointer to
+ * @families: (out) (array length=n_families) (transfer container): location to store a pointer to
* an array of #PangoFontFamily *. This array should be freed
* with g_free().
* @n_families: (out): location to store the number of elements in @descs
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c
index ea6bb574..aaea09e2 100644
--- a/pango/pango-fontmap.c
+++ b/pango/pango-fontmap.c
@@ -98,7 +98,7 @@ pango_font_map_load_font (PangoFontMap *fontmap,
/**
* pango_font_map_list_families:
* @fontmap: a #PangoFontMap
- * @families: (out) (array length=n_families): location to store a pointer to an array of #PangoFontFamily *.
+ * @families: (out) (array length=n_families) (transfer container): location to store a pointer to an array of #PangoFontFamily *.
* This array should be freed with g_free().
* @n_families: (out): location to store the number of elements in @families
*