[ Version ( since = "1.10" ) ]
public void parse_property_notify (out unowned Object object, out unowned string property_name, out Value property_value)
Parses a property-notify message.
These will be posted on the bus only when set up with add_property_notify_watch or add_property_deep_notify_watch .
this |
a Message of type PROPERTY_NOTIFY |
object |
location where to store a pointer to the object whose property got changed, or |
property_name |
return location for the name of the property that got changed, or |
property_value |
return location for the new value of the property that got changed, or |