()
| 643 | } |
| 644 | |
| 645 | _updateTimeChanged() { |
| 646 | this._destroyTimer(); |
| 647 | this._initializeTimer(); |
| 648 | } |
| 649 | |
| 650 | _addSettingChangedSignal(key, callback) { |
| 651 | this._settingChangedSignals.push(this._settings.connect('changed::' + key, callback)); |
no test coverage detected