Re: [Vala] [Bug 590324] Syntax sugar for notifications

2009-08-30 Thread Frederik
Maciej Piechotka wrote: I tried to contact vala developers other ways but I guess I'm filtered out by spam filters or something like that. I'd like to propose a sugar syntax for notifications: object.property::notify += ... or object.notify::property += ... The second syntax will

Re: [Vala] [Bug 590324] Syntax sugar for notifications

2009-08-30 Thread Maciej Piechotka
Frederik scumm_fr...@... writes: The current syntax is: object.notify[property] += ... // deprecated or object.notify[property].connect (...) How is this hard? Best regards, Frederik Point for you. I haven't spotted this sytntax (I bet I searched both vala documentation

Re: [Vala] [Bug 590324] Syntax sugar for notifications

2009-08-30 Thread Yu Feng
On Sun, 2009-08-30 at 19:03 +, Maciej Piechotka wrote: Frederik scumm_fr...@... writes: The current syntax is: object.notify[property] += ... // deprecated or object.notify[property].connect (...) How is this hard? Best regards, Frederik Point for