[ Version ( since = "0.78" ) ]
public virtual signal void termprop_changed (string prop)
The "termprop-changed" signal is emitted when a termprop has changed or been reset.
The handler may use the vte_terminal_get_termprop_*() functions (and their by-ID variants), to retrieve the value of any termprop (not
just name); but it must *not* call *any* other API on terminal, including API of its parent classes.
This signal supports detailed connections, so e.g. subscribing to "termprop-changed: name" only runs the callback when the termprop "name" has changed.
| name |
the name of the changed property |