property_changed


Description:

public signal void property_changed (string property, Value value)

Emitted whenever a property on channel has changed.

If the change was caused by the removal of property, value will be unset; you should test this with < informalexample><programlisting> G_VALUE_TYPE(value) == G_TYPE_INVALID </programlisting></informalexample>

Parameters:

property

The property that changed.

value

The new value.