summaryrefslogtreecommitdiff
path: root/doc/templates/interface.html
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-02-17 13:42:35 +0900
committerDavyd Madeley <davyd@madeley.id.au>2009-02-17 13:42:35 +0900
commitb378a19d1744462d128dc14dece48fed2fb003ce (patch)
tree96f0e1b6667b52a85ab67d109329274332378751 /doc/templates/interface.html
parentc27b8064b712420130f4626835e51751dc123868 (diff)
Report Access for properties
Diffstat (limited to 'doc/templates/interface.html')
-rw-r--r--doc/templates/interface.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index ee952435..f4f1d185 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -138,6 +138,7 @@
$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>)
</h2>
+ <div class="access">$property.get_access()</div>
$property.get_added_html()
$property.get_deprecated_html()