mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 00:58:02 +02:00
cairo: Add some missing doc entries for cairo_raster_source_pattern_t
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
8416b40f43
commit
9cb7586fb0
2 changed files with 10 additions and 1 deletions
|
|
@ -218,6 +218,8 @@ cairo_raster_source_pattern_set_callback_data (cairo_pattern_t *abstract_pattern
|
|||
*
|
||||
* Queries the current user data.
|
||||
*
|
||||
* Return value: the current user-data passed to each callback
|
||||
*
|
||||
* Since: 1.12
|
||||
**/
|
||||
void *
|
||||
|
|
|
|||
|
|
@ -2543,6 +2543,9 @@ typedef void
|
|||
* is expected to provide the pixel data that was current at the time
|
||||
* of snapshotting.
|
||||
*
|
||||
* Return value: CAIRO_STATUS_SUCCESS on success, or one of the
|
||||
* #cairo_status_t error codes for failure.
|
||||
*
|
||||
* Since: 1.12
|
||||
**/
|
||||
typedef cairo_status_t
|
||||
|
|
@ -2551,12 +2554,16 @@ typedef cairo_status_t
|
|||
|
||||
/**
|
||||
* cairo_raster_source_copy_func_t:
|
||||
* @pattern: the pattern being rendered from
|
||||
* @pattern: the #cairo_pattern_t that was copied to
|
||||
* @callback_data: the user data supplied during creation
|
||||
* @other: the #cairo_pattern_t being used as the source for the copy
|
||||
*
|
||||
* #cairo_raster_source_copy_func_t is the type of function which is
|
||||
* called when the pattern gets copied as a normal part of rendering.
|
||||
*
|
||||
* Return value: CAIRO_STATUS_SUCCESS on success, or one of the
|
||||
* #cairo_status_t error codes for failure.
|
||||
*
|
||||
* Since: 1.12
|
||||
**/
|
||||
typedef cairo_status_t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue