[docs] Minor fixes
This commit is contained in:
parent
82092d4005
commit
f88e845fc7
|
@ -234,7 +234,7 @@ hb_blob_destroy (hb_blob_t *blob)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* hb_blob_set_user_data: (skip)
|
* hb_blob_set_user_data: (skip)
|
||||||
* @blob: a blob
|
* @blob: An #hb_blob_t
|
||||||
* @key: The user-data key to set
|
* @key: The user-data key to set
|
||||||
* @data: A pointer to the user data to set
|
* @data: A pointer to the user data to set
|
||||||
* @destroy: A callback to call when @data is not needed anymore
|
* @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.
|
* 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
|
* 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
|
* Creates a new blob containing the data from the
|
||||||
* specified binary font file.
|
* 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
|
* Since: 1.7.7
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -773,7 +773,7 @@ hb_buffer_destroy (hb_buffer_t *buffer)
|
||||||
*
|
*
|
||||||
* Attaches a user-data key/data pair to the specified 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
|
* Since: 0.9.2
|
||||||
**/
|
**/
|
||||||
|
@ -1076,7 +1076,7 @@ hb_buffer_set_flags (hb_buffer_t *buffer,
|
||||||
* hb_buffer_get_flags:
|
* hb_buffer_get_flags:
|
||||||
* @buffer: An #hb_buffer_t
|
* @buffer: An #hb_buffer_t
|
||||||
*
|
*
|
||||||
* Fetches the #hb_buffer_flags_t for @buffer.
|
* Fetches the #hb_buffer_flags_t of @buffer.
|
||||||
*
|
*
|
||||||
* Return value:
|
* Return value:
|
||||||
* The @buffer flags
|
* The @buffer flags
|
||||||
|
|
|
@ -304,7 +304,7 @@ hb_face_destroy (hb_face_t *face)
|
||||||
*
|
*
|
||||||
* Attaches a user-data key/data pair to the given face object.
|
* 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
|
* Since: 0.9.2
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -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.
|
* 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
|
* Since: 0.9.2
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -122,7 +122,7 @@ hb_map_destroy (hb_map_t *map)
|
||||||
*
|
*
|
||||||
* Attaches a user-data key/data pair to the specified 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
|
* Since: 1.7.7
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -122,7 +122,7 @@ hb_set_destroy (hb_set_t *set)
|
||||||
*
|
*
|
||||||
* Attaches a user-data key/data pair to the specified 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
|
* Since: 0.9.2
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -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.
|
* 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
|
* Since: 0.9.2
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in New Issue