2013/10/11 Tal Hadad <[email protected]>

> > Of course you would have to _declare_ the 'notify' signal.
> I suppose that by "declare" you mean invoking notify("property")
> inside the setter.
>
>
No, I mean declaring it such as:

    class Foo {
        public signal void my_prop_notify(int value);
    }

Jonas
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to