Re: How to declare use of a standard interface?
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Fri, 24 Sep 2021 20:01:56 +0000, Chris Eich wrote: > I was hoping to simply reference the interface (presumably declared > elsewhere in the dbus tools) rather than redeclare all its > methods/properties/signals in my object's XML. Yeah, you have to include the whole thing in your introspection response.