[layout] Typo and whitespace fixes
This commit is contained in:
parent
c98388bb01
commit
4663552a00
@ -527,7 +527,7 @@ clutter_box_new (ClutterLayoutManager *manager)
|
|||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
clutter_box_set_layout_manager (ClutterBox *box,
|
clutter_box_set_layout_manager (ClutterBox *box,
|
||||||
ClutterLayoutManager *manager)
|
ClutterLayoutManager *manager)
|
||||||
{
|
{
|
||||||
g_return_if_fail (CLUTTER_IS_BOX (box));
|
g_return_if_fail (CLUTTER_IS_BOX (box));
|
||||||
|
@ -39,7 +39,7 @@ GType clutter_box_get_type (void) G_GNUC_CONST;
|
|||||||
ClutterActor * clutter_box_new (ClutterLayoutManager *manager);
|
ClutterActor * clutter_box_new (ClutterLayoutManager *manager);
|
||||||
|
|
||||||
void clutter_box_set_layout_manager (ClutterBox *box,
|
void clutter_box_set_layout_manager (ClutterBox *box,
|
||||||
ClutterLayoutManager *manger);
|
ClutterLayoutManager *manager);
|
||||||
ClutterLayoutManager *clutter_box_get_layout_manager (ClutterBox *box);
|
ClutterLayoutManager *clutter_box_get_layout_manager (ClutterBox *box);
|
||||||
|
|
||||||
void clutter_box_set_color (ClutterBox *box,
|
void clutter_box_set_color (ClutterBox *box,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user