Method
GeglNodeget
Declaration [src]
void
gegl_node_get (
GeglNode* node,
const gchar* first_property_name,
...
)
Description [src]
Gets properties of a GeglNode
.
double level; char *path;
gegl_node_get (png_save, “path”, &path, NULL); gegl_node_get (threshold, “level”, &level, NULL);
This method is not directly available to language bindings.