mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
box: Fix allow-none annotation
The syntax for allowing NULL is "allow-none", not "allow none".
This commit is contained in:
parent
fa6070ec1a
commit
a2f444ccbe
@ -798,7 +798,7 @@ clutter_box_pack (ClutterBox *box,
|
||||
* clutter_box_pack_after:
|
||||
* @box: a #ClutterBox
|
||||
* @actor: a #ClutterActor
|
||||
* @sibling: (allow none): a #ClutterActor or %NULL
|
||||
* @sibling: (allow-none): a #ClutterActor or %NULL
|
||||
* @first_property: the name of the first property to set, or %NULL
|
||||
* @Varargs: a list of property name and value pairs, terminated by %NULL
|
||||
*
|
||||
@ -842,7 +842,7 @@ clutter_box_pack_after (ClutterBox *box,
|
||||
* clutter_box_pack_before:
|
||||
* @box: a #ClutterBox
|
||||
* @actor: a #ClutterActor
|
||||
* @sibling: (allow none): a #ClutterActor or %NULL
|
||||
* @sibling: (allow-none): a #ClutterActor or %NULL
|
||||
* @first_property: the name of the first property to set, or %NULL
|
||||
* @Varargs: a list of property name and value pairs, terminated by %NULL
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user