We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As @jreidinger reports:
While ruby-dbus services do implement the Introspectable interface, that interface is not included in its own introspection output:
$ RUBYLIB=lib ruby examples/service/service_newapi.rb & $ busctl --user --list introspect org.ruby.service /org/ruby/MyInstance | grep -v '^\.' NAME TYPE SIGNATURE RESULT/VALUE FLAGS org.freedesktop.DBus.Properties interface - - - org.ruby.AnotherInterface interface - - - org.ruby.SampleInterface interface - - -
Compare with another service (well, the bus itself)
$ busctl --user --list introspect org.freedesktop.DBus /org/freedesktop/DBus | grep -v '^\.' NAME TYPE SIGNATURE RESULT/VALUE FLAGS org.freedesktop.DBus interface - - - org.freedesktop.DBus.Debug.Stats interface - - - org.freedesktop.DBus.Introspectable interface - - - org.freedesktop.DBus.Monitoring interface - - - org.freedesktop.DBus.Peer interface - - - org.freedesktop.DBus.Properties interface - - -
AFAIK this is not a regression, the library has always missed it.
The text was updated successfully, but these errors were encountered:
Declare the Introspectable interface, fixes #99
7e401c5
2d0e685
No branches or pull requests
As @jreidinger reports:
While ruby-dbus services do implement the Introspectable interface, that interface is not included in its own introspection output:
Compare with another service (well, the bus itself)
AFAIK this is not a regression, the library has always missed it.
The text was updated successfully, but these errors were encountered: