diff options
Diffstat (limited to 'gio/src/dbusserver.hg')
-rw-r--r-- | gio/src/dbusserver.hg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gio/src/dbusserver.hg b/gio/src/dbusserver.hg index 540f1a2b..03e5a964 100644 --- a/gio/src/dbusserver.hg +++ b/gio/src/dbusserver.hg @@ -40,6 +40,14 @@ _GMMPROC_EXTRA_NAMESPACE(DBus) * Since Server derives from Initiable, its constructors can * throw an exception if construction fails. * + * This can be used to create a new D-Bus server, allowing two + * peers to use the D-Bus protocol for their own specialized communication. + * A server instance provided in this way will not perform message routing or + * implement the org.freedesktop.DBus interface. + * + * To just export an object on a well-known name on a message bus, such as the + * session or system bus, you should instead use Gio::DBus::own_name(). + * * @newin{2,28} * @ingroup DBus */ |