Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

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

fix #2: duplicate key in record (second "signals" should have been "annotations")

+1 -1
+1 -1
src/introspection.rs
··· 107 107 "methods" => list_to_value!(self.methods, span), 108 108 "signals" => list_to_value!(self.signals, span), 109 109 "properties" => list_to_value!(self.properties, span), 110 - "signals" => list_to_value!(self.signals, span), 110 + "annotations" => list_to_value!(self.annotations, span), 111 111 }, 112 112 span, 113 113 )