Method

ClutterPathNodeequal

since: 1.0

Declaration [src]

gboolean
clutter_path_node_equal (
  const ClutterPathNode* node_a,
  const ClutterPathNode* node_b
)

Description [src]

Compares two nodes and checks if they are the same type with the same coordinates.

Available since: 1.0

Parameters

node_b

Type: ClutterPathNode

Second node.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the nodes are the same.