Add routing infrastructure.
This commit is contained in:
parent
9a73bcaad2
commit
e370a57a42
3 changed files with 137 additions and 4 deletions
|
@ -64,6 +64,8 @@ string typeSig(T)() if(canDBus!T) {
|
|||
return "d";
|
||||
} else static if(is(T == string)) {
|
||||
return "s";
|
||||
} else static if(is(T == void)) {
|
||||
return "";
|
||||
} else static if(isTuple!T) {
|
||||
string sig = "(";
|
||||
foreach(i, S; T.Types) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue