forked from AuroraMiddleware/gtk
gsktransform: Fix documentation comment
There is no @m.
This commit is contained in:
parent
ffab342fc4
commit
6c90d3a1b6
@ -1667,8 +1667,8 @@ gsk_transform_new (void)
|
|||||||
* @out_rect: (out caller-allocates): return location for the bounds
|
* @out_rect: (out caller-allocates): return location for the bounds
|
||||||
* of the transformed rectangle
|
* of the transformed rectangle
|
||||||
*
|
*
|
||||||
* Transforms a #graphene_rect_t using the given matrix @m. The
|
* Transforms a #graphene_rect_t using the given transform @self.
|
||||||
* result is the bounding box containing the coplanar quad.
|
* The result is the bounding box containing the coplanar quad.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gsk_transform_transform_bounds (GskTransform *self,
|
gsk_transform_transform_bounds (GskTransform *self,
|
||||||
|
Loading…
Reference in New Issue
Block a user