Method
GeglNodeget_input_proxy
Declaration [src]
GeglNode*
gegl_node_get_input_proxy (
GeglNode* node,
const gchar* pad_name
)
Parameters
pad_name
-
Type:
const gchar*
The name of the pad.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GeglNode
Returns an input proxy for the named pad. If no input proxy exists with this name a new one will be created.
The data is owned by the instance. |