Re: [Vala] inherited method attributes: instancepos inconsistencies

2008-07-23 Thread Sam Liddicott
* Jürg Billeter wrote, On 23/07/08 10:40: > On Thu, 2008-06-26 at 15:09 +0100, Sam Liddicott wrote: > >> We see that the last function (above) has the arguments the wrong way >> around because I had removed the instance_pos. >> >> But in fact it is only the entry method that needs to take into a

Re: [Vala] inherited method attributes: instancepos inconsistencies

2008-07-23 Thread Jürg Billeter
On Thu, 2008-06-26 at 15:09 +0100, Sam Liddicott wrote: > We see that the last function (above) has the arguments the wrong way > around because I had removed the instance_pos. > > But in fact it is only the entry method that needs to take into account > instance_pos when ordering it's declared ar

[Vala] inherited method attributes: instancepos inconsistencies

2008-06-26 Thread Sam Liddicott
(In preparation for Nicolas idea on GTK bindings of events, avoiding the need for exported symbols) The [CCode] attributes aren't being inherited with override methods AND aren't being checked, see this sample code: public class PhoneDialer : Gtk.Object { construct { GLib.Signal.connect(thi