[Vala] help with rygael

2010-06-23 Thread Dennis Kerrisk
We need a way to be able to send data from another program to Rygel via a dbus connection, that is handled immediately. We have the code in the other program that will send the data to Rygel. Below is the Rygel class that showing the data we need to get into Rygel. Currently t

Re: [Vala] How to read serial device using Vala.

2010-06-23 Thread Michael 'Mickey' Lauer
Hi Svetoslav, there's a lot of serial access code in mterm2 and libfsotransport, both of which you can obtain through http://git.freesmartphone.org -> cornucopia. Cheers, :M: ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailm

Re: [Vala] vala on mac

2010-06-23 Thread Abderrahim Kitouni
Hi, 2010/6/22, celil : > I just tried to unsuccessfully build the development version of Vala from > the git repository on a Snow Leopard 10.6.4 machine. > > Doing the usual steps > > git clone git://git.gnome.org/vala > cd vala > ./autogen.sh > > results in an error > > checking

Re: [Vala] vala on mac

2010-06-23 Thread celil
On 6/23/10 3:24 AM, Abderrahim Kitouni wrote: I don't have a mac but your error suggests that pkg-config is not properly installed (if at all). Make sure pkg-config is installed and look for a file named pkg.m4 (here it is /usr/share/aclocal/pkg.m4 but I'm using linux). If it's there and you stil

Re: [Vala] How to read serial device using Vala.

2010-06-23 Thread Svetoslav Trochev
On Wed, Jun 23, 2010 at 2:49 AM, Michael 'Mickey' Lauer wrote: > Hi Svetoslav, > > there's a lot of serial access code in mterm2 and libfsotransport, > both of which you can obtain through http://git.freesmartphone.org > -> cornucopia. > > Cheers, > > :M: > Thank you Michael and Mickey. I started

[Vala] FileInfo.get_file_type()

2010-06-23 Thread Pramod Patel
Hi, Can anyone tell me why the following program always returns UNKNOWN for the file type? public class DirList { public static int main (string[] args) { try { File dir = File.new_for_path ("."); var enumerator = dir.enumerate_children (FILE_ATTRIBUTE

Re: [Vala] FileInfo.get_file_type()

2010-06-23 Thread Jens Georg
> Can anyone tell me why the following program always returns UNKNOWN for > the file type? Because you do not include the query for the filetype in the enumerate call. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listin

[Vala] ggz binding

2010-06-23 Thread Nor Jaidi Tuah
Is there any vala binding for ggz gaming zone, even in incubation stage? Or, do I have to dirty my hand writing one? Or, is there a better alternative to ggz that is more vala-friendly? hand Nor Jaidi Tuah ___ vala-list mailing list vala-list@gnome.or