Re: [Vala] Properties == GObject properties?



2013/10/11 Tal Hadad <tal_hd hotmail com>

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]