forked from AuroraMiddleware/gtk
GskRenderer: Add missing nullable annotation
This commit is contained in:
parent
9959ea98cd
commit
50f76eb8cc
@ -448,8 +448,8 @@ gsk_renderer_render_texture (GskRenderer *renderer,
|
||||
* gsk_renderer_render:
|
||||
* @renderer: a #GskRenderer
|
||||
* @root: a #GskRenderNode
|
||||
* @region: the #cairo_region_t that must be redrawn or %NULL for the whole
|
||||
* window
|
||||
* @region: (nullable): the #cairo_region_t that must be redrawn or %NULL
|
||||
* for the whole window
|
||||
*
|
||||
* Renders the scene graph, described by a tree of #GskRenderNode instances,
|
||||
* ensuring that the given @region gets redrawn.
|
||||
|
Loading…
Reference in New Issue
Block a user