Method

GeglNodelink

Declaration [src]

void
gegl_node_link (
  GeglNode* source,
  GeglNode* sink
)

Description [src]

This is equivalent to gegl_node_connect (source, “output”, sink, “input”);

Parameters

sink

Type: GeglNode

The consumer of data.

The data is owned by the caller of the function.