Fix g-i warnings
This commit is contained in:
parent
ae802c2c6e
commit
1366bb9760
|
@ -94,7 +94,9 @@ HB_EXTERN hb_bool_t
|
|||
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
|
||||
**/
|
||||
|
|
|
@ -52,13 +52,13 @@ _get_name (hb_face_t *face)
|
|||
/**
|
||||
* hb_ot_name_list_names:
|
||||
* @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
|
||||
* array is owned by the @face and should not be modified. It can be
|
||||
* 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
|
||||
**/
|
||||
const hb_ot_name_entry_t *
|
||||
|
|
Loading…
Reference in New Issue