Re: [Vala] How to connect to signal if there's a property with the same name?

2015-12-11 Thread Andrew Benton
gt; > > On Thu, Dec 10, 2015 at 2:52 PM, mar...@saepia.net > wrote: >> I cannot rename this, this is part of GIO. >> >> > https://developer.gnome.org/gio/stable/GDBusConnection.html#GDBusConnection--closed >> >> m. >> >> 2015-12-10 16:29 GMT+01:00 Al Th

Re: [Vala] How to connect to signal if there's a property with the same name?

2015-12-10 Thread mar...@saepia.net
December 2015, 19:52 > >Subject: Re: [Vala] How to connect to signal if there's a property with > the same name? > > > >I cannot rename this, this is part of GIO. > > > > > > https://developer.gnome.org/gio/stable/GDBusConnection.html#GDBu

Re: [Vala] How to connect to signal if there's a property with the same name?

2015-12-10 Thread Luc Chante
> > > m. > > > > 2015-12-10 16:29 GMT+01:00 Al Thomas : > > > >> > From: "mar...@saepia.net" > >> > >> > Sent: Thursday, 10 December 2015, 11:51 > >> > Subject: [Vala] How to connect to signal if there's a pro

Re: [Vala] How to connect to signal if there's a property with the same name?

2015-12-10 Thread Al Thomas
>From: "mar...@saepia.net" >Sent: Thursday, 10 December 2015, 19:52 >Subject: Re: [Vala] How to connect to signal if there's a property with the >same name? > >I cannot rename this, this is part of GIO. > >https://developer.gnome.org/gio/stable/GDBusConne

Re: [Vala] How to connect to signal if there's a property with the same name?

2015-12-10 Thread Robert Schroll
0 16:29 GMT+01:00 Al Thomas : > From: "mar...@saepia.net" > Sent: Thursday, 10 December 2015, 11:51 > Subject: [Vala] How to connect to signal if there's a property with the same name? > > I need to connect to "closed" signal of GDBusConnection, but

Re: [Vala] How to connect to signal if there's a property with the same name?

2015-12-10 Thread mar...@saepia.net
la] How to connect to signal if there's a property with the > same name? > > > > I need to connect to "closed" signal of GDBusConnection, but because > > there > > is a property with the same name, valac refuses to compile and throws the > > following

Re: [Vala] How to connect to signal if there's a property with the same name?

2015-12-10 Thread Dmitry Golovin
10.12.2015, 13:52, "mar...@saepia.net" : > Hello, > > I need to connect to "closed" signal of GDBusConnection, but because there > is a property with the same name, valac refuses to compile and throws the > following error > > src/common/daemon/base.vala:63.11-63.35: error: The name `connect' does

Re: [Vala] How to connect to signal if there's a property with the same name?

2015-12-10 Thread Al Thomas
> From: "mar...@saepia.net" > Sent: Thursday, 10 December 2015, 11:51 > Subject: [Vala] How to connect to signal if there's a property with the same > name? > > I need to connect to "closed" signal of GDBusConnection, but because > there > i

[Vala] How to connect to signal if there's a property with the same name?

2015-12-10 Thread mar...@saepia.net
Hello, I need to connect to "closed" signal of GDBusConnection, but because there is a property with the same name, valac refuses to compile and throws the following error src/common/daemon/base.vala:63.11-63.35: error: The name `connect' does not exist in the context of `bool' connecti