[docs] Missing param docs

This commit is contained in:
Khaled Hosny 2021-01-01 01:36:57 +02:00 committed by Behdad Esfahbod
parent 478d169c0f
commit a44dd339f9
1 changed files with 1 additions and 1 deletions

View File

@ -1834,7 +1834,7 @@ hb_font_get_face (hb_font_t *font)
/**
* hb_font_set_funcs:
* @font: #hb_font_t to work upon
* @klass: (closure font_data) (destroy destroy) (scope notified):
* @klass: (closure font_data) (destroy destroy) (scope notified): The font-functions structure.
* @font_data: Data to attach to @font
* @destroy: (nullable): The function to call when @font_data is not needed anymore
*