Re: [Gegl-developer] having trouble with gegl_node_to_xml

2011-08-28 Thread Joerg Beyer
Am 28.08.2011 13:59, schrieb Jon Nordby: > On 28 August 2011 13:36, Joerg Beyer wrote: >> Am 28.08.2011 12:40, schrieb Jon Nordby: >>> On 28 August 2011 10:34, Joerg Beyer wrote: hello, I am having trouble to save gegl operations to repeat them later. I think, that gegl_node_t

Re: [Gegl-developer] having trouble with gegl_node_to_xml

2011-08-28 Thread Jon Nordby
On 28 August 2011 13:36, Joerg Beyer wrote: > Am 28.08.2011 12:40, schrieb Jon Nordby: >> On 28 August 2011 10:34, Joerg Beyer wrote: >>> hello, >>> >>> I am having trouble to save gegl operations to repeat them later. I >>> think, that gegl_node_to_xml is the operation I am looking for, but this

Re: [Gegl-developer] having trouble with gegl_node_to_xml

2011-08-28 Thread Joerg Beyer
Am 28.08.2011 12:40, schrieb Jon Nordby: > On 28 August 2011 10:34, Joerg Beyer wrote: >> hello, >> >> I am having trouble to save gegl operations to repeat them later. I >> think, that gegl_node_to_xml is the operation I am looking for, but this >> can be wrong. >> >> I wrote this small program:

Re: [Gegl-developer] having trouble with gegl_node_to_xml

2011-08-28 Thread Jon Nordby
On 28 August 2011 10:34, Joerg Beyer wrote: > hello, > > I am having trouble to save gegl operations to repeat them later. I > think, that gegl_node_to_xml is the operation I am looking for, but this > can be wrong. > > I wrote this small program: > > #include > #include > > gint > main (gint ar

[Gegl-developer] having trouble with gegl_node_to_xml

2011-08-28 Thread Joerg Beyer
hello, I am having trouble to save gegl operations to repeat them later. I think, that gegl_node_to_xml is the operation I am looking for, but this can be wrong. I wrote this small program: #include #include gint main (gint argc, gchar **argv) { GeglNode *gegl, *gn_load, *gn_save, *