Zeeshan Ali Khan
Zeeshan Ali Khan
> The gdbus API has still use cases when interacting with gobject based libraries that wraps a dbus API. We can't make those libraries use zbus from rust without rewriting...
In GitLab by @elmarco on Jul 7, 2020, 21:00 zbus-1.0? but isn't this zvariant?
> zbus-1.0? but isn't this zvariant? true. :)
removed milestone
@benferse I was actually hoping you'd be looking into this after !554 merge. ;)
In GitLab by @benferse on Dec 2, 2022, 17:05 Deal :D
Thanks for reporting this. Wonder what happens. :thinking:
In GitLab by @TTWNO on Jul 23, 2022, 20:52 I've had a similar problems with the Collection.xml file from AT-SPI. XML Source: ```xml ``` Generated code: ```rust #[dbus_proxy(interface = "org.a11y.atspi.Collection")]...
> * `number` property would become `collar-color` of type `Color` (the enum) How about `breed` instead or in addition?
Definitely something we should support. Although keep in mind that we only make it pub in the current module, which means you can easily workaround this by putting your macro...