mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
compiler: Put the argument names in the Type
That simplifies things a bit and will allow to have names for builtin callback and functions
This commit is contained in:
parent
b6baa4a587
commit
f225f79d49
12 changed files with 116 additions and 183 deletions
|
@ -120,6 +120,7 @@ macro_rules! declare_builtin_function_types {
|
|||
$($Name : Rc::new(Function{
|
||||
args: vec![$($Arg),*],
|
||||
return_type: $ReturnType,
|
||||
arg_names: vec![],
|
||||
})),*
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue