summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-class.tmpl
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-21 18:04:13 +0100
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-02-21 18:04:13 +0100
commitf9eb570c8b3dc34c2844e47c57b67146af48bedc (patch)
treeed98defb68f5789a642da40e038df963fc9d3df4 /giscanner/mallard-Python-class.tmpl
parent0212b33e933999b4d03858cce503c602c5a05908 (diff)
downloadgobject-introspection-f9eb570c8b3dc34c2844e47c57b67146af48bedc.tar.gz
g-ir-doc-tool: Add support for virtual functions
Diffstat (limited to 'giscanner/mallard-Python-class.tmpl')
-rw-r--r--giscanner/mallard-Python-class.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/giscanner/mallard-Python-class.tmpl b/giscanner/mallard-Python-class.tmpl
index 62feb9ab..04e5fc72 100644
--- a/giscanner/mallard-Python-class.tmpl
+++ b/giscanner/mallard-Python-class.tmpl
@@ -57,6 +57,9 @@ ${formatter.to_underscores(node.name).lower()} = ${namespace.name}.${node.name}(
<links type="topic" ui:expanded="yes" groups="signal" style="linklist">
<title>Signals</title>
</links>
+ <links type="topic" ui:expanded="yes" groups="vfunc" style="linklist">
+ <title>Virtual functions</title>
+ </links>
<links type="topic" ui:expanded="yes" groups="#first #default #last" style="linklist">
<title>Other</title>
</links>