summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusvirtualobject.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix license header.Frederik Gladhorn2011-07-071-17/+17
| | | | Reviewed-by: TrustMe
* Add DBus VirtualObject to handle multiple paths.Frederik Gladhorn2011-07-041-0/+81
When a virtual object is registered with the SubPath option it will handle all dbus calls to itself and all child paths. It needs to reimplement handleMessage for that purpose. Introspection needs to be implemented manually in the introspect function. Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>