[Vala] Setting property doesn't emit notify signal
- From: Yu Feng <rainwoodman gmail com>
- To: vala-list gnome org
- Subject: [Vala] Setting property doesn't emit notify signal
- Date: Tue, 29 Apr 2008 17:13:44 -0400
vala will translate setting property:
---
a.prop = "value"
----
to
---
class_a_set_prop (a, "value");
---
and this won't emit a notify signal, because the signal is only emitted
by g_object_set.
However, if I want to catch the signal, what should I do?
Yu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]