[docs] Fix Since annotation

This commit is contained in:
Khaled Hosny 2022-06-29 07:46:21 +02:00
parent 096aaa62a6
commit 34d3d49e78
1 changed files with 2 additions and 2 deletions

View File

@ -1948,7 +1948,7 @@ hb_font_is_immutable (hb_font_t *font)
* *
* Return value: serial number * Return value: serial number
* *
* Since: 4.4.0. * Since: 4.4.0
**/ **/
unsigned int unsigned int
hb_font_get_serial (hb_font_t *font) hb_font_get_serial (hb_font_t *font)
@ -1964,7 +1964,7 @@ hb_font_get_serial (hb_font_t *font)
* This has the effect of increasing the serial as returned * This has the effect of increasing the serial as returned
* by hb_font_get_serial(), which invalidates internal caches. * by hb_font_get_serial(), which invalidates internal caches.
* *
* Since: 4.4.0. * Since: 4.4.0
**/ **/
void void
hb_font_changed (hb_font_t *font) hb_font_changed (hb_font_t *font)