Re: [Vala] Vala & DBus - errors & future syntax question

2007-12-21 Thread Paweł Różański
Ugh, I meant: Programmer could define: struct Foo { public bool v2; public string v3; } and try to do Foo f = my.GetBigger(4); Sorry for double post. Take care, -- Paweł Różański ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org

[Vala] Vala & DBus - errors & future syntax question

2007-12-21 Thread Paweł Różański
Hi, As I understand dbus support is preliminary. I can do: my = conn.get_object(...) string s = my.GetSomeString(); message ("%s" ,s); but I can't: message ("%s" ,my.GetSomeString()); error: invalid use of void expression (because vala generates dbus_g_proxy_call_no_reply) nor ev

Re: [Vala] libxml-2.0: tree and xpath API bindings

2007-12-21 Thread Jürg Billeter
On Fri, 2007-11-09 at 13:23 +0100, Ondřej Jirman wrote: > Here is patch that updates libxml-2.0 bindings to add tree and xpath > API. It requires [Instance(position = n)] patch that I sent yesterday. Based on this patch, I've now committed an update to the libxml-2.0 bindings. It does not include