Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xmlgen: property setter can conflict with target interface provided setter method #169

Open
zeenix opened this issue Jun 12, 2021 · 0 comments
Labels
bug Something isn't working zbus_xmlgen

Comments

@zeenix
Copy link
Contributor

zeenix commented Jun 12, 2021

As an example, the following command:

zbus-xmlgen --system org.freedesktop.login1 /org/freedesktop/login1

will produce uncompilable code as set_wall_message method will be generated for SetWallMessage D-Bus method but it'll also generate the same as property setter for the writable WallMessage property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working zbus_xmlgen
Projects
None yet
Development

No branches or pull requests

1 participant