[Vala] Compilation error: Soup.Server does not have a default constructor

2011-08-29 Thread Alexandre Rosenfeld
I'm having trouble compiling some code with libsoup and Vala. I have this line: this._server = new Soup.Server(Soup.SERVER_PORT, port); Which is giving me this error: error: `Soup.Server' does not have a default constructor Soup.Server does have a default constructor, in fact it only has one

Re: [Vala] Vala completion support for vim

2011-08-29 Thread Damien Radtke
Thanks for the suggestion. I began looking into it, but have run into a couple of problems. I successfully built afrodite from the VTG source, but ran into some issues when trying to compile a program that uses it. 1. First, there's an inconsistency with naming. The installed library generates afr

[Vala] Make an object serializable over dbus?

2011-08-29 Thread Dylan McCall
Hi folks! I'm wondering about making an object serializable over dbus, so it can be directly passed to (or returned from) a method on a dbus service. For what I'm doing I can (and do) use a struct in between, but it would be nice to have a full class sitting on top of that on both ends. I can have

Re: [Vala] Can you add my project into vala application list?

2011-08-29 Thread Tal Hadad
Thanks! Done. From: ali.vakilz...@gmail.com Date: Mon, 29 Aug 2011 23:47:13 +0430 Subject: Re: [Vala] Can you add my project into vala application list? To: tal...@hotmail.com CC: vala-list@gnome.org it is a wiki. you can do it your self 2011/8/29 Tal Hadad Can you add my project into vala

Re: [Vala] Can you add my project into vala application list?

2011-08-29 Thread aliva
it is a wiki. you can do it your self 2011/8/29 Tal Hadad > > Can you add my project into vala application list? > http://live.gnome.org/Vala/Documentation > Here is the SF page: https://sourceforge.net/p/mprisapplet > This is an MPRIS client for GNOME and Xfce panel, written in Vala. > You're we

[Vala] Can you add my project into vala application list?

2011-08-29 Thread Tal Hadad
Can you add my project into vala application list? http://live.gnome.org/Vala/Documentation Here is the SF page: https://sourceforge.net/p/mprisapplet This is an MPRIS client for GNOME and Xfce panel, written in Vala. You're welcome to test it if you wish. Thanks, Tal