diff options
author | Havoc Pennington <hp@redhat.com> | 2005-01-23 03:53:34 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-01-23 03:53:34 +0000 |
commit | 487f13451d9f8c50858e9348b1e5f8612433132e (patch) | |
tree | a84ac6274926786afc82fef9ad42c664f568a87f /doc/dbus-tutorial.xml | |
parent | b43fc80af380edbf65be5f74d91d80bd6c6a3dd0 (diff) |
couple of minor tweaks
Diffstat (limited to 'doc/dbus-tutorial.xml')
-rw-r--r-- | doc/dbus-tutorial.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/dbus-tutorial.xml b/doc/dbus-tutorial.xml index 6f5afc07..22906ac9 100644 --- a/doc/dbus-tutorial.xml +++ b/doc/dbus-tutorial.xml @@ -107,7 +107,7 @@ communication" or "networking" in their stated purpose: <ulink url="http://www.omg.org">CORBA</ulink>, <ulink url="http://www.opengroup.org/dce/">DCE</ulink>, <ulink - url="http://www.microsoft.com/com/">COM/DCOM</ulink>, <ulink + url="http://www.microsoft.com/com/">DCOM</ulink>, <ulink url="http://developer.kde.org/documentation/library/kdeqt/dcop.html">DCOP</ulink>, <ulink url="http://www.xmlrpc.com">XML-RPC</ulink>, <ulink url="http://www.w3.org/TR/SOAP/">SOAP</ulink>, <ulink @@ -222,6 +222,12 @@ using to write a D-BUS application. The exact code you write will be different for GLib vs. Qt vs. Python applications, however. </para> + + <para> + Here is a diagram (<ulink url="diagram.png">png</ulink> <ulink + url="diagram.svg">svg</ulink>) that may help you visualize the concepts + that follow. + </para> <sect2 id="objects"> <title>Objects and Object Paths</title> |