Method
ClutterActorBoxunion
Declaration [src]
void
clutter_actor_box_union (
const ClutterActorBox* a,
const ClutterActorBox* b,
ClutterActorBox* result
)
Parameters
b
-
Type:
ClutterActorBox
The second
ClutterActorBox
.The data is owned by the caller of the method. result
-
Type:
ClutterActorBox
The
ClutterActorBox
representing a union ofa
andb
.The argument will be set by the function. The returned data is owned by the instance.