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 |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. |