Codebase list gnome-shell-extension-appindicator / a1cd0fd
kstatusnotifierwatcher: Implement ProtocolVersion property Tasos Sahanidis authored 3 years ago Marco Trevisan committed 3 years ago
2 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1818 <arg type="s" direction="out" />
1919 </signal>
2020 <property name="IsStatusNotifierHostRegistered" type="b" access="read" />
21 <property name="ProtocolVersion" type="i" access="read" />
2122 </interface>
212212
213213 get IsStatusNotifierHostRegistered() {
214214 return true;
215 }
216
217 get ProtocolVersion() {
218 return 0;
215219 }
216220
217221 destroy() {