[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 stdio.h #include gegl.h gint main (gint argc, gchar **argv) { GeglNode *gegl,

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 j.be...@web.de 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 Joerg Beyer
Am 28.08.2011 13:59, schrieb Jon Nordby: On 28 August 2011 13:36, Joerg Beyer j.be...@web.de wrote: Am 28.08.2011 12:40, schrieb Jon Nordby: On 28 August 2011 10:34, Joerg Beyer j.be...@web.de wrote: hello, I am having trouble to save gegl operations to repeat them later. I think