Struct

ClutterKnot

Description [src]

struct ClutterKnot {
  gint x;
  gint y;
}

Point in a path behaviour.

Structure members
x

X coordinate of the knot.

y

Y coordinate of the knot.

Available since:0.2

Instance methods

clutter_knot_copy

Makes an allocated copy of a knot.

Available since: 0.2

clutter_knot_equal

Compares to knot and checks if the point to the same location.

Available since: 0.2

clutter_knot_free

Frees the memory of an allocated knot.

Available since: 0.2