Re: [Vala] Properties == GObject properties?
- From: Jonas Kulla <nyocurio gmail com>
- To: Tal Hadad <tal_hd hotmail com>
- Cc: Vala Mail List <vala-list gnome org>
- Subject: Re: [Vala] Properties == GObject properties?
- Date: Fri, 11 Oct 2013 17:18:51 +0200
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]