Method
GskTransformtransform
Declaration [src]
GskTransform*
gsk_transform_transform (
  GskTransform* next,
  GskTransform* other
)
Parameters
- other
- 
            Type: GskTransformTransform to apply. The argument can be NULL.The data is owned by the caller of the method. 
Return value
Type: GskTransform
The new transform.
| The caller of the method takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |