summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-10-30 13:06:54 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-10-30 13:06:54 +0000
commitf33cbe522dbb5ccfff9e70ef108061813ed61cb8 (patch)
tree4d83e642c2a869c79066d125edf973f32af3580e
parent41282738c1949728f912ed2619ffe050d9dce606 (diff)
parentb78052325dec9f21245b98adf8ab2cbea419f988 (diff)
downloadpango-f33cbe522dbb5ccfff9e70ef108061813ed61cb8.tar.gz
Merge branch 'bilelmoussaoui/gi-annotations' into 'main'
gi: add array annotations to get_languages See merge request GNOME/pango!489
-rw-r--r--pango/fonts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 63325c22..fd98d91e 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -2699,8 +2699,7 @@ pango_font_get_features (PangoFont *font,
* The returned array is only valid as long as the font
* and its fontmap are valid.
*
- * Returns: (transfer none) (nullable): a %NULL-terminated
- * array of `PangoLanguage`*
+ * Returns: (transfer none) (nullable) (array zero-terminated=1) (element-type PangoLanguage): an array of `PangoLanguage`
*
* Since: 1.50
*/