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.h | |
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.h')
-rw-r--r-- | pango/pango-ot.h | 13 |
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 |