mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
snapshot: Annotate child_bounds parameter of push_repeat as nullable
This commit is contained in:
parent
b812ff2597
commit
a93745238f
@ -615,7 +615,8 @@ gtk_snapshot_ensure_identity (GtkSnapshot *snapshot)
|
||||
* gtk_snapshot_push_repeat:
|
||||
* @snapshot: a #GtkSnapshot
|
||||
* @bounds: the bounds within which to repeat
|
||||
* @child_bounds: the bounds of the child
|
||||
* @child_bounds: (nullable): the bounds of the child or %NULL
|
||||
* to use the full size of the collected child node
|
||||
*
|
||||
* Creates a node that repeats the child node.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user