mpris-server icon indicating copy to clipboard operation
mpris-server copied to clipboard

misc: add default method impls

Open SeaDve opened this issue 2 years ago • 0 comments

Closes #6

This is actually not correct. We should not depend on the zbus::interface macro, and implement zbus::Interface on our own.

In implementing zbus::Interface::introspect_to_writer, check if the implementation of methods returns UnknownProperty, and only write that part if it returns Ok.

SeaDve avatar Feb 14 '24 14:02 SeaDve