Method
GskTransformmatrix
Declaration [src]
GskTransform*
gsk_transform_matrix (
  GskTransform* next,
  const graphene_matrix_t* matrix
)
Parameters
| matrix | const graphene_matrix_t* | 
| The matrix to multiply  | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | GskTransform | 
| The new transform. | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |