Use AsRefClosure when generating the bindings

This simplifies things significantly \o/
This commit is contained in:
2020-05-11 00:48:18 +01:00
parent ad0d95ab40
commit 9151f64a6d
126 changed files with 1633 additions and 1054 deletions

View File

@@ -28,6 +28,7 @@ for file in $(ls -a $specs/*.xml); do
dbus-codegen-rust \
--file "$file" \
-i "org.freedesktop.Telepathy" \
-a AsRefClosure \
-o "$out"
rustfmt $out