Fix g-i warnings

This commit is contained in:
Behdad Esfahbod 2018-10-29 11:01:25 -07:00
parent ae802c2c6e
commit 1366bb9760
2 changed files with 5 additions and 3 deletions

View File

@ -94,7 +94,9 @@ HB_EXTERN hb_bool_t
hb_ot_color_has_layers (hb_face_t *face); hb_ot_color_has_layers (hb_face_t *face);
/** /**
* hb_ot_color_layer_t: Pairs of glyph and color index. * hb_ot_color_layer_t:
*
* Pairs of glyph and color index.
* *
* Since: REPLACEME * Since: REPLACEME
**/ **/

View File

@ -52,13 +52,13 @@ _get_name (hb_face_t *face)
/** /**
* hb_ot_name_list_names: * hb_ot_name_list_names:
* @face: font face. * @face: font face.
* @num_entries: (out) number of returned entries. * @num_entries: (out): number of returned entries.
* *
* Enumerates all available name IDs and language combinations. Returned * Enumerates all available name IDs and language combinations. Returned
* array is owned by the @face and should not be modified. It can be * array is owned by the @face and should not be modified. It can be
* used as long as @face is alive. * used as long as @face is alive.
* *
* Returns: (out) (transfer none) (array length=num_entries) Array of available name entries. * Returns: (out) (transfer none) (array length=num_entries): Array of available name entries.
* Since: 2.1.0 * Since: 2.1.0
**/ **/
const hb_ot_name_entry_t * const hb_ot_name_entry_t *