diff --git a/clutter/clutter-box.c b/clutter/clutter-box.c index b98431a5c..0f4267a45 100644 --- a/clutter/clutter-box.c +++ b/clutter/clutter-box.c @@ -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 *