MCPcopy Create free account
hub / github.com/GNOME/gjs / notifyProp

Method notifyProp

installed-tests/js/testGObjectClass.js:88–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 notifyProp() {
89 this._readonly = 'changed';
90
91 this.notify('readonly');
92 }
93
94 emitEmpty() {
95 this.emit('empty');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected