diff options
author | Evan Nemerson <evan@nemerson.com> | 2014-05-30 19:21:11 -0700 |
---|---|---|
committer | Evan Nemerson <evan@nemerson.com> | 2014-10-16 13:09:34 -0700 |
commit | fa6ded9b0d065634481d8ae4126fdea0b88e3558 (patch) | |
tree | 151efb6762bf467ada2ac104770fdefd293b7248 /pango/pango-ot-ruleset.c | |
parent | adb5a4e86b09b0935ec1dd71bf05ac41807c84a2 (diff) | |
download | pango-fa6ded9b0d065634481d8ae4126fdea0b88e3558.tar.gz |
Add many missing nullability annotations.
https://bugzilla.gnome.org/show_bug.cgi?id=731022
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. * |