Re: [Gegl-developer] Patch: GIO dependency made optionnal

2008-05-18 Thread Sven Neumann
Hi, On Sat, 2008-05-17 at 21:38 +0100, Øyvind Kolås wrote: > On Sat, May 17, 2008 at 9:22 PM, Hubert Figuiere <[EMAIL PROTECTED]> wrote: > > Here is my initial patch for GEGL to make gio an optional dependency for > > those who run an already obsolete version of glib. I don't think this should be

Re: [Gegl-developer] Patch: GIO dependency made optionnal

2008-05-18 Thread Øyvind Kolås
On Sat, May 17, 2008 at 11:59 PM, Geert Jordaens <[EMAIL PROTECTED]> wrote: > Is what you are trying to do for gegl_buffer not possible with the > GIOChannel? > It probably is, but I would like to use one API to do this,

Re: [Gegl-developer] Patch: GIO dependency made optionnal

2008-05-17 Thread Geert Jordaens
Is what you are trying to do for gegl_buffer not possible with the GIOChannel? Øyvind Kolås wrote: > On Sat, May 17, 2008 at 9:22 PM, Hubert Figuiere <[EMAIL PROTECTED]> wrote: > >> Here is my initial patch for GEGL

Re: [Gegl-developer] Patch: GIO dependency made optionnal

2008-05-17 Thread Øyvind Kolås
On Sat, May 17, 2008 at 9:22 PM, Hubert Figuiere <[EMAIL PROTECTED]> wrote: > Here is my initial patch for GEGL to make gio an optional dependency for > those who run an already obsolete version of glib. This isn't only about obsolete versions of glib since there is no version having a GIO support

[Gegl-developer] Patch: GIO dependency made optionnal

2008-05-17 Thread Hubert Figuiere
Hi Here is my initial patch for GEGL to make gio an optional dependency for those who run an already obsolete version of glib. The only non-trivial part is GFileMonitor, and I actually scraped that part. Also another caveat is that I had to change the prototype of two functions that wanted a GIn