Message.parsePropertyNotify

Parses a property-notify message. These will be posted on the bus only when set up with Element.addPropertyNotifyWatch or Element.addPropertyDeepNotifyWatch.

class Message
void
parsePropertyNotify

Parameters

object ObjectGst

location where to store a pointer to the object whose property got changed, or NULL

propertyName string

return location for the name of the property that got changed, or NULL

propertyValue Value

return location for the new value of the property that got changed, or NULL. This will only be set if the property notify watch was told to include the value when it was set up

Meta

Since

1.10