Method

GeglPathreplace_node

Declaration [src]

void
gegl_path_replace_node (
  GeglPath* path,
  gint pos,
  const GeglPathItem* node
)

Description [src]

Replaces the exiting node at position pos in path.

Parameters

pos gint
 

The position we want the new node to have.

node GeglPathItem
 

Pointer to a structure describing the GeglPathItem we want to store.

 The data is owned by the caller of the function.