[docs] Minor fixes

This commit is contained in:
Khaled Hosny 2020-12-24 21:28:37 +02:00
parent 82092d4005
commit f88e845fc7
7 changed files with 10 additions and 10 deletions

View File

@ -234,7 +234,7 @@ hb_blob_destroy (hb_blob_t *blob)
/**
* hb_blob_set_user_data: (skip)
* @blob: a blob
* @blob: An #hb_blob_t
* @key: The user-data key to set
* @data: A pointer to the user data to set
* @destroy: A callback to call when @data is not needed anymore
@ -242,7 +242,7 @@ hb_blob_destroy (hb_blob_t *blob)
*
* Attaches a user-data key/data pair to the specified blob.
*
* Return value: %true if success, false otherwise
* Return value: %true if success, %false otherwise
*
* Since: 0.9.2
**/
@ -566,7 +566,7 @@ _open_resource_fork (const char *file_name, hb_mapped_file_t *file)
* Creates a new blob containing the data from the
* specified binary font file.
*
* Returns: A hb_blob_t pointer with the content of the file
* Returns: An #hb_blob_t pointer with the content of the file
*
* Since: 1.7.7
**/

View File

@ -773,7 +773,7 @@ hb_buffer_destroy (hb_buffer_t *buffer)
*
* Attaches a user-data key/data pair to the specified buffer.
*
* Return value: %true if success, false otherwise
* Return value: %true if success, %false otherwise
*
* Since: 0.9.2
**/
@ -1076,7 +1076,7 @@ hb_buffer_set_flags (hb_buffer_t *buffer,
* hb_buffer_get_flags:
* @buffer: An #hb_buffer_t
*
* Fetches the #hb_buffer_flags_t for @buffer.
* Fetches the #hb_buffer_flags_t of @buffer.
*
* Return value:
* The @buffer flags

View File

@ -304,7 +304,7 @@ hb_face_destroy (hb_face_t *face)
*
* Attaches a user-data key/data pair to the given face object.
*
* Return value: %true if success, false otherwise
* Return value: %true if success, %false otherwise
*
* Since: 0.9.2
**/

View File

@ -633,7 +633,7 @@ hb_font_funcs_destroy (hb_font_funcs_t *ffuncs)
*
* Attaches a user-data key/data pair to the specified font-functions structure.
*
* Return value: %true if success, false otherwise
* Return value: %true if success, %false otherwise
*
* Since: 0.9.2
**/

View File

@ -122,7 +122,7 @@ hb_map_destroy (hb_map_t *map)
*
* Attaches a user-data key/data pair to the specified map.
*
* Return value: %true if success, false otherwise
* Return value: %true if success, %false otherwise
*
* Since: 1.7.7
**/

View File

@ -122,7 +122,7 @@ hb_set_destroy (hb_set_t *set)
*
* Attaches a user-data key/data pair to the specified set.
*
* Return value: %true if success, false otherwise
* Return value: %true if success, %false otherwise
*
* Since: 0.9.2
**/

View File

@ -281,7 +281,7 @@ hb_unicode_funcs_destroy (hb_unicode_funcs_t *ufuncs)
*
* Attaches a user-data key/data pair to the specified Unicode-functions structure.
*
* Return value: %true if success, false otherwise
* Return value: %true if success, %false otherwise
*
* Since: 0.9.2
**/