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

Add possibility for Tuples as return types to dbus method calls #149

Merged
merged 1 commit into from
Sep 8, 2021

Commits on Sep 8, 2021

  1. Add possibility for Tuples as return types to dbus method calls

    In dbus it is possible for a method to have multiple return types. To
    map this into the java world, the dbus-java library wraps the return
    types into a class, that contains all desired values as fields. This
    class extends the Tuple class and is normally generated by the
    InterfaceCodeGenerator.
    There was a piece missing in the library, that could deal with such
    Tuples as a return type to a dbus method call.
    This commit adds the missing piece and a little test case.
    poeschel committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    89a0f77 View commit details
    Browse the repository at this point in the history