diff --git a/docs/harfbuzz-docs.xml b/docs/harfbuzz-docs.xml index 4c9bcaa91..61e45fec5 100644 --- a/docs/harfbuzz-docs.xml +++ b/docs/harfbuzz-docs.xml @@ -111,6 +111,7 @@ API Index Index of deprecated API + Index of new symbols in 2.9.0 Index of new symbols in 2.8.2 Index of new symbols in 2.7.3 Index of new symbols in 2.6.8 diff --git a/docs/harfbuzz-sections.txt b/docs/harfbuzz-sections.txt index a56b8b43b..ac28b3422 100644 --- a/docs/harfbuzz-sections.txt +++ b/docs/harfbuzz-sections.txt @@ -709,7 +709,7 @@ hb_version_string
hb-subset -hb_subset_flag_t +hb_subset_flags_t hb_subset_input_t hb_subset_input_create_or_fail hb_subset_input_reference @@ -723,7 +723,7 @@ hb_subset_input_namelangid_set hb_subset_input_layout_features_set hb_subset_input_no_subset_tables_set hb_subset_input_drop_tables_set -hb_subset_input_get_flag -hb_subset_input_set_flag +hb_subset_input_get_flags +hb_subset_input_set_flags hb_subset_or_fail
diff --git a/src/hb-subset-input.cc b/src/hb-subset-input.cc index e2e325f12..3eaee46c7 100644 --- a/src/hb-subset-input.cc +++ b/src/hb-subset-input.cc @@ -357,6 +357,8 @@ hb_subset_input_no_subset_tables_set (hb_subset_input_t *input) * hb_subset_input_get_flags: * @input: a #hb_subset_input_t object. * + * Gets all of the subsetting flags in the input object. + * * Return value: the subsetting flags bit field. * * Since: 2.9.0 @@ -372,8 +374,8 @@ hb_subset_input_get_flags (hb_subset_input_t *input) * @input: a #hb_subset_input_t object. * @value: bit field of flags * - * Set all of the flags in the input object to the values - * specified by the bit field. + * Sets all of the flags in the input object to the values specified by the bit + * field. * * Since: 2.9.0 **/