On Dec 10, 2007 7:09 PM, Denis Cheremisov <[EMAIL PROTECTED]> wrote: > How do I open them? How do I work with pipes? > What methods use for them in Vala?
What I would do is to look into glib-2.0.vapi and find out what methods are provided. There is class GLib.FileStream which provides access to libc functions. Method naming is not all the same as libc's though. -- Duy _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
