1
0
Fork 0

2.0: Remove unused arguments from doc annotations

This commit is contained in:
Emmanuele Bassi 2012-10-07 19:11:59 +01:00
parent 1057223227
commit 8d181c46d9

View file

@ -248,16 +248,10 @@ clutter_bin_layout_init (ClutterBinLayout *self)
/**
* clutter_bin_layout_new:
* @x_align: the default alignment policy to be used on the
* horizontal axis
* @y_align: the default alignment policy to be used on the
* vertical axis
*
* Creates a new #ClutterBinLayout layout manager
*
* Return value: the newly created layout manager
*
*
*/
ClutterLayoutManager *
clutter_bin_layout_new (void)