Fix annotation in previous commits

This commit is contained in:
Khaled Hosny 2020-09-24 11:57:12 +02:00
parent 5a695a79a0
commit df00f45e26
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ hb_ot_var_get_axis_count (hb_face_t *face)
* @start_offset: offset of the first lookup to retrieve
* @axes_count: (inout) (allow-none): Input = the maximum number of variation axes to return;
* Output = the actual number of variation axes returned (may be zero)
* @axes_array: (out) (array length=axes_count): The array of variation axes found
* @axes_array: (out caller-allocates) (array length=axes_count): The array of variation axes found
*
* Fetches a list of all variation axes in the specified face. The list returned will begin
* at the offset provided.
@ -135,7 +135,7 @@ hb_ot_var_find_axis (hb_face_t *face,
* @start_offset: offset of the first lookup to retrieve
* @axes_count: (inout) (allow-none): Input = the maximum number of variation axes to return;
* Output = the actual number of variation axes returned (may be zero)
* @axes_array: (out) (array length=axes_count): The array of variation axes found
* @axes_array: (out caller-allocates) (array length=axes_count): The array of variation axes found
*
* Fetches a list of all variation axes in the specified face. The list returned will begin
* at the offset provided.