Re: [Vala] Vala on Embedded Devices

2012-12-07 Thread Ma Xiaojun
In embedded environment, people even find glibc bloated... If the mailer want OO support, what about C++ without libstdc++? If the mailer want some sugars in GLib, that's probably harder. ___ vala-list mailing list vala-list@gnome.org

[Vala] Read from InputStream using read(2) semantic

2012-11-01 Thread Ma Xiaojun
Hi, read(2) is a system call like this: ssize_t read(int fd, void *buf, size_t count) I believe that Vala 0.10 has read method like this: ssize_t read (uint8[] buffer, size_t count, Cancellable? cancellable = null) You should see the similarity. I'm dealing with some code that uses 0.10