We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f57e3 commit 0bdb508Copy full SHA for 0bdb508
1 file changed
src/introspection.rs
@@ -107,7 +107,7 @@ impl Interface {
107
"methods" => list_to_value!(self.methods, span),
108
"signals" => list_to_value!(self.signals, span),
109
"properties" => list_to_value!(self.properties, span),
110
- "signals" => list_to_value!(self.signals, span),
+ "annotations" => list_to_value!(self.annotations, span),
111
},
112
span,
113
)
0 commit comments