2.0: Remove unused arguments from doc annotations
This commit is contained in:
parent
1057223227
commit
8d181c46d9
@ -248,16 +248,10 @@ clutter_bin_layout_init (ClutterBinLayout *self)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* clutter_bin_layout_new:
|
* 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
|
* Creates a new #ClutterBinLayout layout manager
|
||||||
*
|
*
|
||||||
* Return value: the newly created layout manager
|
* Return value: the newly created layout manager
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
ClutterLayoutManager *
|
ClutterLayoutManager *
|
||||||
clutter_bin_layout_new (void)
|
clutter_bin_layout_new (void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user