We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SignalsIn*
SignalsOf*
1 parent cad45c9 commit 20332d2Copy full SHA for 20332d2
godot-codegen/src/generator/signals.rs
@@ -131,7 +131,7 @@ fn make_with_signals_impl(
131
132
// Used outside, to document class with links to this type.
133
pub fn make_collection_name(class_name: &TyName) -> Ident {
134
- format_ident!("SignalsIn{}", class_name.rust_ty)
+ format_ident!("SignalsOf{}", class_name.rust_ty)
135
}
136
137
fn make_individual_struct_name(signal_name: &str) -> Ident {
0 commit comments