mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-02 14:40:15 +01:00
Add documentation for cairo_rectangle_list_destroy
This commit is contained in:
parent
34d11aa3c4
commit
9cacced88f
1 changed files with 10 additions and 0 deletions
|
|
@ -649,6 +649,16 @@ _cairo_clip_copy_rectangles (cairo_clip_t *clip, cairo_gstate_t *gstate)
|
|||
return list;
|
||||
}
|
||||
|
||||
/**
|
||||
* cairo_rectangle_list_destroy:
|
||||
* @rectangle_list: a rectangle list, as obtained from cairo_copy_clip_rectangles()
|
||||
*
|
||||
* Unconditionally frees @rectangle_list and all associated
|
||||
* references. After this call, the @rectangle_list pointer must not
|
||||
* be dereferenced.
|
||||
*
|
||||
* Since: 1.4
|
||||
**/
|
||||
void
|
||||
cairo_rectangle_list_destroy (cairo_rectangle_list_t *rectangle_list)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue