Switch to structs for thin wrappers.
This commit is contained in:
parent
e370a57a42
commit
5905d50e1a
6 changed files with 38 additions and 21 deletions
|
@ -76,7 +76,7 @@ void readIterTuple(Tup)(DBusMessageIter *iter, ref Tup tuple) if(isTuple!Tup &&
|
|||
unittest {
|
||||
import dunit.toolkit;
|
||||
import ddbus.thin;
|
||||
Message msg = new Message("org.example.wow","/wut","org.test.iface","meth");
|
||||
Message msg = Message("org.example.wow","/wut","org.test.iface","meth");
|
||||
bool[] emptyB;
|
||||
auto args = tuple(5,true,"wow",[6,5],tuple(6.2,4,[["lol"]],emptyB));
|
||||
msg.build(args.expand);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue