GNOME Bugzilla – Bug 793859
Don't put a warning on missing error on private dbus method
Last modified: 2018-02-27 08:18:33 UTC
For a DBus server, if it's private it won't be available.
Created attachment 368972 [details] [review] No error on private method
Created attachment 368976 [details] [review] method: Check with same rules for dbus compatibility as in GBusModule Only issue warning if the method would actually be end up on DBus as per generate_interface_method_call_function() or get_method_info(). Based on patch by Corentin Noël
Created attachment 368981 [details] [review] method: Check with same rules for dbus compatibility as in GBusModule Only issue warning if the method would actually be end up on DBus as per generate_interface_method_call_function() or get_method_info(). Based on patch by Corentin Noël
Attachment 368981 [details] pushed as 3c8c079 - method: Check with same rules for dbus compatibility as in GBusModule