Method
GeglPathreplace_node
Declaration [src]
void
gegl_path_replace_node (
  GeglPath* path,
  gint pos,
  const GeglPathItem* node
)
Parameters
- pos
- 
            Type: gintThe position we want the new node to have. 
- node
- 
            Type: GeglPathItemPointer to a structure describing the GeglPathItem we want to store. The data is owned by the caller of the method.