mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
Satisfy check-doc-syntax.awk for unimplemented functions
./cairo.c (634): ERROR: cairo_set_opacity: missing 'Since' field ./cairo.c (3578): ERROR: cairo_get_opacity: missing 'Since' field Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
ec400daf9e
commit
4a9a6b7efb
1 changed files with 4 additions and 0 deletions
|
|
@ -631,6 +631,8 @@ slim_hidden_def (cairo_set_operator);
|
|||
* using the alpha value.
|
||||
*
|
||||
* The default opacity is 1.
|
||||
*
|
||||
* Since: TBD
|
||||
**/
|
||||
void
|
||||
cairo_set_opacity (cairo_t *cr, double opacity)
|
||||
|
|
@ -3575,6 +3577,8 @@ cairo_get_operator (cairo_t *cr)
|
|||
* Gets the current compositing opacity for a cairo context.
|
||||
*
|
||||
* Return value: the current compositing opacity.
|
||||
*
|
||||
* Since: TBD
|
||||
**/
|
||||
double
|
||||
cairo_get_opacity (cairo_t *cr)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue