Re: guidance for org.freedesktop.DBus interfaces
Robert Middleton <[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <CAKpcJVYjnp+5P-GDfTTnrip2FRZR3c82-JdnGRV_Okw10tKOzA@mail.gmail.com> |
> Is it allowed to extend the existing "org.freedesktop.DBus.Properties" interface > for my object or should I introduce the "SetMany" method in my custom interface? I'm not a DBus developer, but it seems to me that having a "SetMany" in your custom interface would be the appropriate way to handle this, as bindings/implementations may assume that the org.freedesktop.DBus.Properties interface contains only the methods specified in the spec, and thus would be unable to use your custom method if provided as part of that interface. -Robert Middleton _______________________________________________ dbus mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dbus