DBus Specification questions

Felipe Gasper felipe at felipegasper.com
Fri Apr 3 02:14:53 UTC 2020



> On Apr 2, 2020, at 8:37 PM, Thiago Macieira <thiago at kde.org> wrote:
> 
> On Tuesday, 31 March 2020 00:07:02 -03 Robert Middleton wrote:
> 
>> 2. Even though it is valid to have a METHOD_CALL without an interface,
>> is it valid to disregard messages that don't have an interface, or
>> should an effort be made to do something with the message?  Would it
>> be valid to return an error in this case?
> 
> Disregarding or returning an is not correct. You should match to a method that 
> one of the interfaces provides. If more than one matches, it's unspecified 
> which one gets called.

Out of curiosity, is it also legit to error in this circumstance?

-F


More information about the dbus mailing list