[draw] Small doc fix
This commit is contained in:
parent
bc4c290b75
commit
eddb408f9c
|
@ -203,8 +203,10 @@ DEFINE_NULL_INSTANCE (hb_draw_funcs_t) =
|
||||||
* hb_draw_funcs_reference: (skip)
|
* hb_draw_funcs_reference: (skip)
|
||||||
* @dfuncs: draw functions
|
* @dfuncs: draw functions
|
||||||
*
|
*
|
||||||
* Increases the reference count on @dfuncs by one. This prevents @buffer from
|
* Increases the reference count on @dfuncs by one.
|
||||||
* being destroyed until a matching call to hb_draw_funcs_destroy() is made.
|
*
|
||||||
|
* This prevents @dfuncs from being destroyed until a matching
|
||||||
|
* call to hb_draw_funcs_destroy() is made.
|
||||||
*
|
*
|
||||||
* Return value: (transfer full):
|
* Return value: (transfer full):
|
||||||
* The referenced #hb_draw_funcs_t.
|
* The referenced #hb_draw_funcs_t.
|
||||||
|
|
Loading…
Reference in New Issue