diff options
Diffstat (limited to 'pango/pango-ot-ruleset.c')
-rw-r--r-- | pango/pango-ot-ruleset.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pango-ot-ruleset.c b/pango/pango-ot-ruleset.c index 2d8f1503..40e46254 100644 --- a/pango/pango-ot-ruleset.c +++ b/pango/pango-ot-ruleset.c @@ -267,8 +267,10 @@ pango_ot_ruleset_maybe_add_features (PangoOTRuleset *ruleset, /** * pango_ot_ruleset_get_feature_count: * @ruleset: a #PangoOTRuleset. - * @n_gsub_features: location to store number of GSUB features, or %NULL. - * @n_gpos_features: location to store number of GPOS features, or %NULL. + * @n_gsub_featuresL: (out) (optional): location to store number of + * GSUB features, or %NULL. + * @n_gpos_features: (out) (optional): location to store number of + * GPOS features, or %NULL. * * Gets the number of GSUB and GPOS features in the ruleset. * |