Add missing allow-none for st_bin_set_child

https://bugzilla.gnome.org/show_bug.cgi?id=599442
This commit is contained in:
Colin Walters 2009-10-23 15:14:41 -04:00
parent f549269934
commit b8d9319c32

View File

@ -545,7 +545,7 @@ st_bin_new (void)
/**
* st_bin_set_child:
* @bin: a #StBin
* @child: a #ClutterActor, or %NULL
* @child: (allow-none): a #ClutterActor, or %NULL
*
* Sets @child as the child of @bin.
*