diff options
author | Colin Walters <walters@verbum.org> | 2015-09-28 11:19:30 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-09-28 11:19:30 -0400 |
commit | b13acd817835b57b24b11ce21551130166629cb9 (patch) | |
tree | 281b8a2dc9dc2b232fbbbd895a1872ef3550c035 /tests/scanner/Regress-1.0-Python-expected | |
parent | d1086a641d6e46140b13996ff5a3bfbb90662dd5 (diff) | |
download | gobject-introspection-b13acd817835b57b24b11ce21551130166629cb9.tar.gz |
tests: Add expected files for previous commit
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected')
-rw-r--r-- | tests/scanner/Regress-1.0-Python-expected/Regress.get_variant.page | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.get_variant.page b/tests/scanner/Regress-1.0-Python-expected/Regress.get_variant.page new file mode 100644 index 00000000..a6e410da --- /dev/null +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.get_variant.page @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<page id="Regress.get_variant" + type="topic" + style="function" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + <link xref="index" group="function" type="guide"/> + <api:function> + <api:returns> + <api:type>GLib.Variant</api:type> + </api:returns> + <api:name>regress_get_variant</api:name> + </api:function> + </info> + <title>Regress.get_variant</title> + <synopsis><code mime="text/x-python"> +@returns(GLib.Variant) +def get_variant(): + # Python wrapper for regress_get_variant() + </code></synopsis> + + +<terms> +<item> +<title><code>Returns</code></title> +{formatter.format(node, node.retval.doc)} +</item> +</terms> + +</page> |