summaryrefslogtreecommitdiff
path: root/doc/templates/interface.html
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-02-19 18:48:32 +0900
committerDavyd Madeley <davyd@madeley.id.au>2009-02-19 18:48:32 +0900
commit425416c8e86e77d8be51b5a81c68fa6c763d7231 (patch)
treebd52d020664e2530584460a065bb361f1983ae0f /doc/templates/interface.html
parent25c44fa601263067ba5e22f11b624c517f271164 (diff)
Typed.get_url -> Type.get_type_url to stop it blatting base.get_url for Property
Diffstat (limited to 'doc/templates/interface.html')
-rw-r--r--doc/templates/interface.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index d63b5b85..389fc522 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -53,7 +53,7 @@
<td><a href="$property.get_url()">$property.short_name</a></td>
<td>
$property.dbus_type
- #if $property.type: (<a href="$property.get_url()" title="$property.get_title()">$property.get_type().short_name</a>)
+ #if $property.type: (<a href="$property.get_type_url()" title="$property.get_type_title()">$property.get_type().short_name</a>)
</td>
<td>$property.get_access()</td>
</tr>
@@ -122,7 +122,7 @@
#for $arg in $method.in_args
<li>
$arg.short_name &mdash; $arg.dbus_type
- #if $arg.get_type(): (<a href="$arg.get_url()" title="$arg.get_title()">$arg.get_type().short_name</a>)
+ #if $arg.get_type(): (<a href="$arg.get_type_url()" title="$arg.get_type_title()">$arg.get_type().short_name</a>)
</li>
$arg.get_added()
$arg.get_deprecated()
@@ -139,7 +139,7 @@
#for $arg in $method.out_args
<li>
$arg.short_name &mdash; $arg.dbus_type
- #if $arg.get_type(): (<a href="$arg.get_url()" title="$arg.get_title()">$arg.get_type().short_name</a>)
+ #if $arg.get_type(): (<a href="$arg.get_type_url()" title="$arg.get_type_title()">$arg.get_type().short_name</a>)
</li>
$arg.get_added()
$arg.get_deprecated()
@@ -189,7 +189,7 @@
#for $arg in $signal.args
<li>
$arg.short_name &mdash; $arg.dbus_type
- #if $arg.get_type(): (<a href="$arg.get_url()" title="$arg.get_title()">$arg.get_type().short_name</a>)
+ #if $arg.get_type(): (<a href="$arg.get_type_url()" title="$arg.get_type_title()">$arg.get_type().short_name</a>)
</li>
$arg.get_added()
$arg.get_deprecated()
@@ -218,7 +218,7 @@
<span class="permalink">(<a href="$property.get_url()">Permalink</a>)</span>
<h2>
$property.short_name &mdash; $property.dbus_type
- #if $property.type: (<a href="$property.get_url()" title="$property.get_title()">$property.get_type().short_name</a>)
+ #if $property.type: (<a href="$property.get_type_url()" title="$property.get_type_title()">$property.get_type().short_name</a>)
</h2>
<div class="access">$property.get_access()</div>