Re: Gio library on Debian Lenny

2009-05-16 Thread Richard Shann
On Sat, 2009-05-16 at 12:00 +, gtk-app-devel-list-requ...@gnome.org wrote: > To: > Cc: gtk-app-devel-list@gnome.org > Message-ID: <20090516022833.415b5...@resin14.mta.everyone.net> > Content-Type: text/plain; charset="UTF-8" > > Have you try GNet? http://www.gnetlibrary.org/ > it has support

Re: Gio library on Debian Lenny

2009-05-16 Thread Ardhan Madras
Have you try GNet? http://www.gnetlibrary.org/ it has support for http protocol object (GConnHttp) and also based on GLib. --- ajhwb --- richard.sh...@virgin.net wrote: From: Richard Shann To: gtk-app-devel-list@gnome.org Subject: Gio library on Debian Lenny Date: Fri, 15 May 2009 13:01:23

Re: Gio library on Debian Lenny

2009-05-15 Thread Richard Shann
On Fri, 2009-05-15 at 19:12 +0300, Paul Pogonyshev wrote: > Richard Shann wrote: > > Does anyone know if the gio library is working for getting files from > > the internet in the latest Debian Lenny distribution, x86? > > You probably need GVFS package. GIO itself doesn't contain any > implementa

Re: Gio library on Debian Lenny

2009-05-15 Thread Paul Pogonyshev
Richard Shann wrote: > Does anyone know if the gio library is working for getting files from > the internet in the latest Debian Lenny distribution, x86? You probably need GVFS package. GIO itself doesn't contain any implementations for remote access, only interfaces and local access, AFAIK. Pau

Gio library on Debian Lenny

2009-05-15 Thread Richard Shann
Does anyone know if the gio library is working for getting files from the internet in the latest Debian Lenny distribution, x86? I have tried the following code: GError *err = NULL; GFile * file=g_file_new_for_uri ("http://www.rshann.plus.com/denemo.html";); GFileInputStream *stream = g_fil