summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-09-30 15:08:13 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-09-30 15:08:13 +0100
commit616b6d5ebed02f117decb8462736fa264a926510 (patch)
treec045cd62d76bf500b02738fb6c4177eee1fcd4b7 /doc
parent6609d562acbd87677411bfef9d493040fe425849 (diff)
Linkify references to DBus.Properties and Telepathy.Properties
Diffstat (limited to 'doc')
-rw-r--r--doc/templates/interface.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index 222057c5..56eb5b49 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -302,7 +302,9 @@
<a name="properties"></a>
<h1>Properties</h1>
<div>
- Accessed using the org.freedesktop.DBus.Properties interface.
+ Accessed using the <a
+ href="http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties">org.freedesktop.DBus.Properties</a>
+ interface.
</div>
#for $property in $interface.properties
<div class="inset property">
@@ -328,7 +330,9 @@
<a name="tpproperties"></a>
<h1>Telepathy Properties</h1>
<div>
- Accessed using the org.freedesktop.Telepathy.Properties interface.
+ Accessed using the <a
+ href="Properties_Interface.html">org.freedesktop.Telepathy.Properties</a>
+ interface.
</div>
#for $property in $interface.tpproperties
<div class="inset tpproperty">