Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix the failing test (oops)

+1 -1
+1 -1
src/introspection.rs
··· 223 223 Signal { 224 224 name: "Changed".into(), 225 225 args: vec![ 226 - SignalArg { name: "new_value".into(), r#type: "b".into() }, 226 + SignalArg { name: Some("new_value".into()), r#type: "b".into() }, 227 227 ], 228 228 annotations: vec![] 229 229 },