mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-04 08:30:44 +02:00
docs: Add missing docblocks for content tags
This commit is contained in:
parent
1678bfb2ec
commit
ac9ffd3e8a
1 changed files with 16 additions and 0 deletions
16
src/cairo.c
16
src/cairo.c
|
|
@ -2902,6 +2902,22 @@ cairo_copy_clip_rectangle_list (cairo_t *cr)
|
|||
* Since: 1.16
|
||||
**/
|
||||
|
||||
/**
|
||||
* CAIRO_TAG_CONTENT:
|
||||
*
|
||||
* Create a content tag.
|
||||
*
|
||||
* Since: 1.18
|
||||
**/
|
||||
|
||||
/**
|
||||
* CAIRO_TAG_CONTENT_REF:
|
||||
*
|
||||
* Create a content reference tag.
|
||||
*
|
||||
* Since: 1.18
|
||||
**/
|
||||
|
||||
/**
|
||||
* cairo_tag_begin:
|
||||
* @cr: a cairo context
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue