2008-02-15 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-actor.[ch]: Rename
	clutter_actor_get_box_from_vertices() to
	clutter_actor_box_get_from_vertices().

	* clutter/clutter-group.c (clutter_group_query_coords): Fix the
	query_coords() implementation.
This commit is contained in:
Emmanuele Bassi
2008-02-15 10:46:38 +00:00
parent a4c0b1e939
commit d76f7e42ea
4 changed files with 13 additions and 4 deletions

View File

@ -5567,9 +5567,9 @@ clutter_actor_is_scaled (ClutterActor *self)
}
/**
* clutter_actor_get_box_from_vertices:
* clutter_actor_box_get_from_vertices:
* @vtx: array of four #ClutterVertex
* @box: pointer to #ClutterActorBox where to store the result
* @box: return location for a #ClutterActorBox
*
* Calculates the bounding box represented by the four vertices; for details
* of the vertex array see clutter_actor_get_vertices().