Method
GeglNodeget_output_proxy
Declaration [src]
GeglNode*
gegl_node_get_output_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 method. The value is a NUL terminated UTF-8 string. 
Return value
Type: GeglNode
Returns a output proxy for the named pad. If no output proxy exists with this name a new one will be created.
| The returned data is owned by the instance. |