[Vala] Explicit property notify.



How can I explicitly notify changed property in DBus server? I cannot use
g_properties_changed, because I does not have proxy, and I cannot use
notify, because it will be translated to simply emitting g_object_notify.

How can I do it?


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