Method

ClutterPathNodeequal

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 ClutterPathNode
 

Second node.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the nodes are the same.