diwic / dbus-rs

D-Bus binding for the Rust language
Other
585 stars 131 forks source link

Refresh generated code #467

Closed AldanTanneo closed 3 months ago

AldanTanneo commented 3 months ago

Not really necessary, just a bit of a refresh for the generated code, reflecting real use of dbus-codegen.

Additionally, added #[allow(dead_code)] in two places to silence build warnings.

AldanTanneo commented 3 months ago

All the code in this PR is auto generated by dbus-codegen, as advertised on the first line of each auto generated file, I simply reran it with the current form of the arguments ^^'

AldanTanneo commented 3 months ago

But this PR is mostly me being nitpicky, you can close it if it doesn't make sense!