Method
ClutterActorBoxunion
since: 1.4
Declaration [src]
void
clutter_actor_box_union (
const ClutterActorBox* a,
const ClutterActorBox* b,
ClutterActorBox* result
)
Description [src]
Unions the two boxes a and b and stores the result in result.
Available since: 1.4
Parameters
b-
Type:
ClutterActorBoxThe second
ClutterActorBox.The data is owned by the caller of the function. result-
Type:
ClutterActorBoxThe
ClutterActorBoxrepresenting a union ofaandb.The argument will be set by the function. The data is owned by the caller of the function.