From 47139527f44b57487ea301625526deac5b239a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Angelovi=C4=8D?= Date: Tue, 27 Feb 2018 08:45:40 +0000 Subject: [PATCH] Update using-sdbus-c++.md --- doc/using-sdbus-c++.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/using-sdbus-c++.md b/doc/using-sdbus-c++.md index 8cddd46..5f661e6 100644 --- a/doc/using-sdbus-c++.md +++ b/doc/using-sdbus-c++.md @@ -82,7 +82,7 @@ The following diagram illustrates the major entities in sdbus-c++. ![class](sdbus-c++-class-diagram.png) -`IConnection` represents the concept of the connection to either the system bus or session bus. Services can assign unique service names to those connections. A processing loop can be run on the connection. +`IConnection` represents the concept of a D-Bus connection. You can connect to either the system bus or a session bus. Services can assign unique service names to those connections. A processing loop can be run on the connection. `IObject` represents the concept of an object that exposes its methods, signals and properties. Its responsibilities are: * registering (possibly multiple) interfaces and methods, signals, properties on those interfaces,