Function
Geglserialize
Declaration [src]
gchar*
gegl_serialize (
  GeglNode* start,
  GeglNode* end,
  const char* basepath,
  GeglSerializeFlag serialize_flags
)
Parameters
- start
- 
            Type: GeglNodeFirst node in chain to serialize. The data is owned by the caller of the function. 
- end
- 
            Type: GeglNodeLast node in chain to serialize. The data is owned by the caller of the function. 
- basepath
- 
            Type: const char*Top-level absolute path to turn into relative root. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- serialize_flags
- 
            Type: GeglSerializeFlagAnded together combination of: GEGL_SERIALIZE_TRIM_DEFAULTS, GEGL_SERIALIZE_VERSION, GEGL_SERIALIZE_INDENT.