On 10/5/07, Arthur Maciel <[EMAIL PROTECTED]> wrote: > Hi. > > My Gtkmm/libglademm program loads a xml file from local disk. Does > Glibmm provide any utility to make easier the task of retrieving these > xml from internet (ftp, http and ssh)? > > Any help is appreciated.
There is nothing in glib(mm) specifically to do this. The "GNOME way" is to use gnome-vfs. Alternately, you can use other networking libraries such as libcurl, libneon, etc. -- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
