add examples for the ObjectManager API

This commit is contained in:
Urs Ritzmann
2021-10-14 15:54:44 +02:00
parent 4e908612ed
commit a5ecbbfcec
9 changed files with 354 additions and 1 deletions

View File

@ -1252,7 +1252,7 @@ For example, for our `Concatenator` example above in this tutorial, we may want
Note that signals of afore-mentioned standard D-Bus interfaces are not emitted by the library automatically. It's clients who are supposed to emit them.
Working examples of using standard D-Bus interfaces can be found in [sdbus-c++ integration tests](/tests/integrationtests/DBusStandardInterfacesTests.cpp).
Working examples of using standard D-Bus interfaces can be found in [sdbus-c++ integration tests](/tests/integrationtests/DBusStandardInterfacesTests.cpp) or the [examples](/examples) directory.
Conclusion
----------