[paint] Improve the docs
This commit is contained in:
parent
3a219cfa6a
commit
ddd2039265
|
@ -197,7 +197,12 @@ HB_PAINT_FUNCS_IMPLEMENT_CALLBACKS
|
|||
* hb_paint_funcs_create:
|
||||
*
|
||||
* Creates a new #hb_paint_funcs_t structure of paint functions.
|
||||
|
||||
*
|
||||
* The initial reference count of 1 should be released with hb_paint_funcs_destroy()
|
||||
* when you are done using the #hb_paint_funcs_t. This function never returns
|
||||
* `NULL`. If memory cannot be allocated, a special singleton #hb_paint_funcs_t
|
||||
* object will be returned.
|
||||
*
|
||||
* Returns value: (transfer full): the paint-functions structure
|
||||
*
|
||||
* Since: REPLACEME
|
||||
|
@ -246,6 +251,9 @@ hb_paint_funcs_get_empty ()
|
|||
*
|
||||
* Increases the reference count on a paint-functions structure.
|
||||
*
|
||||
* This prevents @funcs from being destroyed until a matching
|
||||
* call to hb_paint_funcs_destroy() is made.
|
||||
*
|
||||
* Return value: The paint-functions structure
|
||||
*
|
||||
* Since: REPLACEME
|
||||
|
|
Loading…
Reference in New Issue