QtDBus bindings: transparent usage

Sebastian Trüg strueg at mandriva.com
Mon Oct 16 06:28:56 PDT 2006


This is my scenario: 

I have a frontend library that hides DBus (thus, in theory once could replace 
dbus with something else without changing the API). This is no problem as 
long as I am just using clients that call methods. However, if I want to 
export methods I have a little problem becasue these methods need to be 
inserted into an AbstractAdaptor which will not be available in the API.

Is there a clean way to handle this? Maybe using some meta-object magic?

Thanks,
Sebastian


More information about the dbus mailing list