Method

GeglPathget_node

Declaration [src]

gboolean
gegl_path_get_node (
  GeglPath* path,
  gint index,
  GeglPathItem* node
)

Description [src]

Retrieve the node of the path at position pos.

Returns TRUE if the node was successfully retrieved.

Parameters

index gint
 

The node number to retrieve.

node GeglPathItem
 

A pointer to a GeglPathItem record to be written.

 The argument will be set by the function.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
  No description available.