diff --git a/docs/harfbuzz-sections.txt b/docs/harfbuzz-sections.txt index 0e5959bec..bcf5e024f 100644 --- a/docs/harfbuzz-sections.txt +++ b/docs/harfbuzz-sections.txt @@ -598,6 +598,7 @@ hb_ot_name_get_utf16 hb_ot_name_get_utf32 hb_ot_name_get_utf8 hb_ot_name_id_t +hb_ot_name_id_predefined_t hb_ot_name_entry_t diff --git a/src/hb-ot-name.h b/src/hb-ot-name.h index 3f00805ea..f0f1f2fdc 100644 --- a/src/hb-ot-name.h +++ b/src/hb-ot-name.h @@ -33,6 +33,13 @@ HB_BEGIN_DECLS +/** + * hb_ot_name_id_predefined_t: + * + * An enum type representing the pre-defined name IDs. + * + * Since: REPLACEME + **/ /** * hb_ot_name_id_t: