Method

GskTransformequal

Declaration [src]

gboolean
gsk_transform_equal (
  GskTransform* first,
  GskTransform* second
)

Description [src]

Checks two transforms for equality.

Parameters

second

Type: GskTransform

The second transform.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the two transforms perform the same operation.