diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-07-08 22:51:44 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-07-08 22:51:44 +0200 |
| commit | f4d01d2d9f7a921f40a3b192637959ddf9129669 (patch) | |
| tree | f5f85751d7042088fd152722576f72943a26b472 /accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Unit.xml | |
| parent | 4751f7390f1e2d4fd5a6a7e22ca111444e915583 (diff) | |
| download | nixos-f4d01d2d9f7a921f40a3b192637959ddf9129669.tar nixos-f4d01d2d9f7a921f40a3b192637959ddf9129669.tar.gz nixos-f4d01d2d9f7a921f40a3b192637959ddf9129669.tar.bz2 nixos-f4d01d2d9f7a921f40a3b192637959ddf9129669.tar.xz nixos-f4d01d2d9f7a921f40a3b192637959ddf9129669.zip | |
...flakes
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Unit.xml')
| -rw-r--r-- | accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Unit.xml | 359 |
1 files changed, 359 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Unit.xml b/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Unit.xml new file mode 100644 index 00000000..a554f513 --- /dev/null +++ b/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Unit.xml | |||
| @@ -0,0 +1,359 @@ | |||
| 1 | <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" | ||
| 2 | "https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> | ||
| 3 | <node> | ||
| 4 | <interface name="org.freedesktop.systemd1.Unit"> | ||
| 5 | <property name="Id" type="s" access="read"> | ||
| 6 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 7 | </property> | ||
| 8 | <property name="Names" type="as" access="read"> | ||
| 9 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 10 | </property> | ||
| 11 | <property name="Following" type="s" access="read"> | ||
| 12 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 13 | </property> | ||
| 14 | <!-- <property name="Requires" type="as" access="read"> --> | ||
| 15 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 16 | <!-- </property> --> | ||
| 17 | <property name="Requisite" type="as" access="read"> | ||
| 18 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 19 | </property> | ||
| 20 | <property name="Wants" type="as" access="read"> | ||
| 21 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 22 | </property> | ||
| 23 | <property name="BindsTo" type="as" access="read"> | ||
| 24 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 25 | </property> | ||
| 26 | <property name="PartOf" type="as" access="read"> | ||
| 27 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 28 | </property> | ||
| 29 | <property name="Upholds" type="as" access="read"> | ||
| 30 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 31 | </property> | ||
| 32 | <property name="RequiredBy" type="as" access="read"> | ||
| 33 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 34 | </property> | ||
| 35 | <property name="RequisiteOf" type="as" access="read"> | ||
| 36 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 37 | </property> | ||
| 38 | <property name="WantedBy" type="as" access="read"> | ||
| 39 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 40 | </property> | ||
| 41 | <property name="BoundBy" type="as" access="read"> | ||
| 42 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 43 | </property> | ||
| 44 | <property name="UpheldBy" type="as" access="read"> | ||
| 45 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 46 | </property> | ||
| 47 | <property name="ConsistsOf" type="as" access="read"> | ||
| 48 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 49 | </property> | ||
| 50 | <property name="Conflicts" type="as" access="read"> | ||
| 51 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 52 | </property> | ||
| 53 | <property name="ConflictedBy" type="as" access="read"> | ||
| 54 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 55 | </property> | ||
| 56 | <property name="Before" type="as" access="read"> | ||
| 57 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 58 | </property> | ||
| 59 | <property name="After" type="as" access="read"> | ||
| 60 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 61 | </property> | ||
| 62 | <property name="OnSuccess" type="as" access="read"> | ||
| 63 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 64 | </property> | ||
| 65 | <property name="OnSuccessOf" type="as" access="read"> | ||
| 66 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 67 | </property> | ||
| 68 | <property name="OnFailure" type="as" access="read"> | ||
| 69 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 70 | </property> | ||
| 71 | <property name="OnFailureOf" type="as" access="read"> | ||
| 72 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 73 | </property> | ||
| 74 | <property name="Triggers" type="as" access="read"> | ||
| 75 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 76 | </property> | ||
| 77 | <property name="TriggeredBy" type="as" access="read"> | ||
| 78 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 79 | </property> | ||
| 80 | <property name="PropagatesReloadTo" type="as" access="read"> | ||
| 81 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 82 | </property> | ||
| 83 | <property name="ReloadPropagatedFrom" type="as" access="read"> | ||
| 84 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 85 | </property> | ||
| 86 | <property name="PropagatesStopTo" type="as" access="read"> | ||
| 87 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 88 | </property> | ||
| 89 | <property name="StopPropagatedFrom" type="as" access="read"> | ||
| 90 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 91 | </property> | ||
| 92 | <property name="JoinsNamespaceOf" type="as" access="read"> | ||
| 93 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 94 | </property> | ||
| 95 | <property name="SliceOf" type="as" access="read"> | ||
| 96 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 97 | </property> | ||
| 98 | <property name="RequiresMountsFor" type="as" access="read"> | ||
| 99 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 100 | </property> | ||
| 101 | <property name="WantsMountsFor" type="as" access="read"> | ||
| 102 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 103 | </property> | ||
| 104 | <property name="Documentation" type="as" access="read"> | ||
| 105 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 106 | </property> | ||
| 107 | <property name="Description" type="s" access="read"> | ||
| 108 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 109 | </property> | ||
| 110 | <property name="AccessSELinuxContext" type="s" access="read"> | ||
| 111 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 112 | </property> | ||
| 113 | <property name="LoadState" type="s" access="read"> | ||
| 114 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 115 | </property> | ||
| 116 | <property name="ActiveState" type="s" access="read"> | ||
| 117 | </property> | ||
| 118 | <property name="FreezerState" type="s" access="read"> | ||
| 119 | </property> | ||
| 120 | <property name="SubState" type="s" access="read"> | ||
| 121 | </property> | ||
| 122 | <property name="FragmentPath" type="s" access="read"> | ||
| 123 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 124 | </property> | ||
| 125 | <property name="SourcePath" type="s" access="read"> | ||
| 126 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 127 | </property> | ||
| 128 | <property name="DropInPaths" type="as" access="read"> | ||
| 129 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 130 | </property> | ||
| 131 | <property name="UnitFileState" type="s" access="read"> | ||
| 132 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 133 | </property> | ||
| 134 | <property name="UnitFilePreset" type="s" access="read"> | ||
| 135 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 136 | </property> | ||
| 137 | <property name="StateChangeTimestamp" type="t" access="read"> | ||
| 138 | </property> | ||
| 139 | <property name="StateChangeTimestampMonotonic" type="t" access="read"> | ||
| 140 | </property> | ||
| 141 | <property name="InactiveExitTimestamp" type="t" access="read"> | ||
| 142 | </property> | ||
| 143 | <property name="InactiveExitTimestampMonotonic" type="t" access="read"> | ||
| 144 | </property> | ||
| 145 | <property name="ActiveEnterTimestamp" type="t" access="read"> | ||
| 146 | </property> | ||
| 147 | <property name="ActiveEnterTimestampMonotonic" type="t" access="read"> | ||
| 148 | </property> | ||
| 149 | <property name="ActiveExitTimestamp" type="t" access="read"> | ||
| 150 | </property> | ||
| 151 | <property name="ActiveExitTimestampMonotonic" type="t" access="read"> | ||
| 152 | </property> | ||
| 153 | <property name="InactiveEnterTimestamp" type="t" access="read"> | ||
| 154 | </property> | ||
| 155 | <property name="InactiveEnterTimestampMonotonic" type="t" access="read"> | ||
| 156 | </property> | ||
| 157 | <property name="CanStart" type="b" access="read"> | ||
| 158 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 159 | </property> | ||
| 160 | <property name="CanStop" type="b" access="read"> | ||
| 161 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 162 | </property> | ||
| 163 | <property name="CanReload" type="b" access="read"> | ||
| 164 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 165 | </property> | ||
| 166 | <property name="CanIsolate" type="b" access="read"> | ||
| 167 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 168 | </property> | ||
| 169 | <property name="CanClean" type="as" access="read"> | ||
| 170 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 171 | </property> | ||
| 172 | <property name="CanFreeze" type="b" access="read"> | ||
| 173 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 174 | </property> | ||
| 175 | <property name="CanLiveMount" type="b" access="read"> | ||
| 176 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 177 | </property> | ||
| 178 | <!-- <property name="Job" type="(uo)" access="read"> --> | ||
| 179 | <!-- </property> --> | ||
| 180 | <property name="StopWhenUnneeded" type="b" access="read"> | ||
| 181 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 182 | </property> | ||
| 183 | <property name="RefuseManualStart" type="b" access="read"> | ||
| 184 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 185 | </property> | ||
| 186 | <property name="RefuseManualStop" type="b" access="read"> | ||
| 187 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 188 | </property> | ||
| 189 | <property name="AllowIsolate" type="b" access="read"> | ||
| 190 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 191 | </property> | ||
| 192 | <property name="DefaultDependencies" type="b" access="read"> | ||
| 193 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 194 | </property> | ||
| 195 | <property name="SurviveFinalKillSignal" type="b" access="read"> | ||
| 196 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 197 | </property> | ||
| 198 | <property name="OnSuccessJobMode" type="s" access="read"> | ||
| 199 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 200 | </property> | ||
| 201 | <property name="OnFailureJobMode" type="s" access="read"> | ||
| 202 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 203 | </property> | ||
| 204 | <property name="IgnoreOnIsolate" type="b" access="read"> | ||
| 205 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 206 | </property> | ||
| 207 | <property name="NeedDaemonReload" type="b" access="read"> | ||
| 208 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 209 | </property> | ||
| 210 | <property name="Markers" type="as" access="read"> | ||
| 211 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 212 | </property> | ||
| 213 | <property name="JobTimeoutUSec" type="t" access="read"> | ||
| 214 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 215 | </property> | ||
| 216 | <property name="JobRunningTimeoutUSec" type="t" access="read"> | ||
| 217 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 218 | </property> | ||
| 219 | <property name="JobTimeoutAction" type="s" access="read"> | ||
| 220 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 221 | </property> | ||
| 222 | <property name="JobTimeoutRebootArgument" type="s" access="read"> | ||
| 223 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 224 | </property> | ||
| 225 | <property name="ConditionResult" type="b" access="read"> | ||
| 226 | </property> | ||
| 227 | <property name="AssertResult" type="b" access="read"> | ||
| 228 | </property> | ||
| 229 | <property name="ConditionTimestamp" type="t" access="read"> | ||
| 230 | </property> | ||
| 231 | <property name="ConditionTimestampMonotonic" type="t" access="read"> | ||
| 232 | </property> | ||
| 233 | <property name="AssertTimestamp" type="t" access="read"> | ||
| 234 | </property> | ||
| 235 | <property name="AssertTimestampMonotonic" type="t" access="read"> | ||
| 236 | </property> | ||
| 237 | <!-- <property name="Conditions" type="a(sbbsi)" access="read"> --> | ||
| 238 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 239 | <!-- </property> --> | ||
| 240 | <!-- <property name="Asserts" type="a(sbbsi)" access="read"> --> | ||
| 241 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 242 | <!-- </property> --> | ||
| 243 | <!-- <property name="LoadError" type="(ss)" access="read"> --> | ||
| 244 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 245 | <!-- </property> --> | ||
| 246 | <property name="Transient" type="b" access="read"> | ||
| 247 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 248 | </property> | ||
| 249 | <property name="Perpetual" type="b" access="read"> | ||
| 250 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 251 | </property> | ||
| 252 | <property name="StartLimitIntervalUSec" type="t" access="read"> | ||
| 253 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 254 | </property> | ||
| 255 | <property name="StartLimitBurst" type="u" access="read"> | ||
| 256 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 257 | </property> | ||
| 258 | <property name="StartLimitAction" type="s" access="read"> | ||
| 259 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 260 | </property> | ||
| 261 | <property name="FailureAction" type="s" access="read"> | ||
| 262 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 263 | </property> | ||
| 264 | <property name="FailureActionExitStatus" type="i" access="read"> | ||
| 265 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 266 | </property> | ||
| 267 | <property name="SuccessAction" type="s" access="read"> | ||
| 268 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 269 | </property> | ||
| 270 | <property name="SuccessActionExitStatus" type="i" access="read"> | ||
| 271 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 272 | </property> | ||
| 273 | <property name="RebootArgument" type="s" access="read"> | ||
| 274 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 275 | </property> | ||
| 276 | <property name="InvocationID" type="ay" access="read"> | ||
| 277 | </property> | ||
| 278 | <property name="CollectMode" type="s" access="read"> | ||
| 279 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 280 | </property> | ||
| 281 | <property name="Refs" type="as" access="read"> | ||
| 282 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 283 | </property> | ||
| 284 | <!-- <property name="ActivationDetails" type="a(ss)" access="read"> --> | ||
| 285 | <!-- </property> --> | ||
| 286 | <property name="DebugInvocation" type="b" access="read"> | ||
| 287 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 288 | </property> | ||
| 289 | <method name="Start"> | ||
| 290 | <arg type="s" name="mode" direction="in"/> | ||
| 291 | <arg type="o" name="job" direction="out"/> | ||
| 292 | </method> | ||
| 293 | <method name="Stop"> | ||
| 294 | <arg type="s" name="mode" direction="in"/> | ||
| 295 | <arg type="o" name="job" direction="out"/> | ||
| 296 | </method> | ||
| 297 | <method name="Reload"> | ||
| 298 | <arg type="s" name="mode" direction="in"/> | ||
| 299 | <arg type="o" name="job" direction="out"/> | ||
| 300 | </method> | ||
| 301 | <method name="Restart"> | ||
| 302 | <arg type="s" name="mode" direction="in"/> | ||
| 303 | <arg type="o" name="job" direction="out"/> | ||
| 304 | </method> | ||
| 305 | <method name="TryRestart"> | ||
| 306 | <arg type="s" name="mode" direction="in"/> | ||
| 307 | <arg type="o" name="job" direction="out"/> | ||
| 308 | </method> | ||
| 309 | <method name="ReloadOrRestart"> | ||
| 310 | <arg type="s" name="mode" direction="in"/> | ||
| 311 | <arg type="o" name="job" direction="out"/> | ||
| 312 | </method> | ||
| 313 | <method name="ReloadOrTryRestart"> | ||
| 314 | <arg type="s" name="mode" direction="in"/> | ||
| 315 | <arg type="o" name="job" direction="out"/> | ||
| 316 | </method> | ||
| 317 | <!-- <method name="EnqueueJob"> --> | ||
| 318 | <!-- <arg type="s" name="job_type" direction="in"/> --> | ||
| 319 | <!-- <arg type="s" name="job_mode" direction="in"/> --> | ||
| 320 | <!-- <arg type="u" name="job_id" direction="out"/> --> | ||
| 321 | <!-- <arg type="o" name="job_path" direction="out"/> --> | ||
| 322 | <!-- <arg type="s" name="unit_id" direction="out"/> --> | ||
| 323 | <!-- <arg type="o" name="unit_path" direction="out"/> --> | ||
| 324 | <!-- <arg type="s" name="job_type" direction="out"/> --> | ||
| 325 | <!-- <arg type="a(uosos)" name="affected_jobs" direction="out"/> --> | ||
| 326 | <!-- </method> --> | ||
| 327 | <method name="Kill"> | ||
| 328 | <arg type="s" name="whom" direction="in"/> | ||
| 329 | <arg type="i" name="signal" direction="in"/> | ||
| 330 | </method> | ||
| 331 | <method name="KillSubgroup"> | ||
| 332 | <arg type="s" name="subgroup" direction="in"/> | ||
| 333 | <arg type="i" name="signal" direction="in"/> | ||
| 334 | </method> | ||
| 335 | <method name="QueueSignal"> | ||
| 336 | <arg type="s" name="whom" direction="in"/> | ||
| 337 | <arg type="i" name="signal" direction="in"/> | ||
| 338 | <arg type="i" name="value" direction="in"/> | ||
| 339 | </method> | ||
| 340 | <method name="ResetFailed"> | ||
| 341 | </method> | ||
| 342 | <!-- <method name="SetProperties"> --> | ||
| 343 | <!-- <arg type="b" name="runtime" direction="in"/> --> | ||
| 344 | <!-- <arg type="a(sv)" name="properties" direction="in"/> --> | ||
| 345 | <!-- </method> --> | ||
| 346 | <method name="Ref"> | ||
| 347 | </method> | ||
| 348 | <method name="Unref"> | ||
| 349 | </method> | ||
| 350 | <method name="Clean"> | ||
| 351 | <arg type="as" name="mask" direction="in"/> | ||
| 352 | </method> | ||
| 353 | <method name="Freeze"> | ||
| 354 | </method> | ||
| 355 | <method name="Thaw"> | ||
| 356 | </method> | ||
| 357 | </interface> | ||
| 358 | </node> | ||
| 359 | |||
