summaryrefslogtreecommitdiff
path: root/pango/pango-ot.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-ot.h')
-rw-r--r--pango/pango-ot.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h
index a27ed201..c60c3014 100644
--- a/pango/pango-ot.h
+++ b/pango/pango-ot.h
@@ -212,13 +212,16 @@ struct _PangoOTFeatureMap
* PangoOTRulesetDescription:
* @script: a #PangoScript.
* @language: a #PangoLanguage.
- * @static_gsub_features: static map of GSUB features, or %NULL.
+ * @static_gsub_features: (nullable): static map of GSUB features,
+ * or %NULL.
* @n_static_gsub_features: length of @static_gsub_features, or 0.
- * @static_gpos_features: static map of GPOS features, or %NULL.
+ * @static_gpos_features: (nullable): static map of GPOS features,
+ * or %NULL.
* @n_static_gpos_features: length of @static_gpos_features, or 0.
- * @other_features: map of extra features to add to both GSUB and GPOS, or %NULL.
- * Unlike the static maps, this pointer need not live beyond
- * the life of function calls taking this struct.
+ * @other_features: (nullable): map of extra features to add to both
+ * GSUB and GPOS, or %NULL. Unlike the static maps, this pointer
+ * need not live beyond the life of function calls taking this
+ * struct.
* @n_other_features: length of @other_features, or 0.
*
* The #PangoOTRuleset structure holds all the information needed