Signal
WPEPlatformSettings::changed
Description [src]
Emitted when a settings is changed. It will contain a detail of the specific key that changed.
Default handler: The default handler is called after the handlers added via |
The signal can be detailed |
Parameters
key
-
Type:
gchar*
The key that changed.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value
-
Type:
GVariant
The new value.
The data is owned by the caller of the function.