Callbacks¶
|
|
|
|
|
|
|
Details¶
- Wp.IteratorFoldFunc(item, ret, data)¶
- Parameters:
item (
GObject.Value
) –ret (
GObject.Value
) –
- Return type:
- Wp.IteratorForeachFunc(item, data)¶
- Parameters:
item (
GObject.Value
) –
- Wp.RuleMatchCallback(data, action, value)¶
- Parameters:
action (
str
) –value (
Wp.SpaJson
) –
- Return type:
- Wp.SettingsChangedCallback(obj, setting, value, *user_data)¶
- Parameters:
obj (
Wp.Settings
) –setting (
str
) –value (
Wp.SpaJson
) –