diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2013-04-22 23:45:35 +0200 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2013-04-22 23:50:45 +0200 |
commit | df6abacef97c0f47fd64f92a8fc99c42f481ad73 (patch) | |
tree | eff42a9edc152a5d8ca7f98cb21c7d90953dcb4d /tests/scanner/Regress-1.0-Python-expected | |
parent | 274d4f28a00d1d2bbfc4a1fe4dbbd4ad545b1ec3 (diff) | |
download | gobject-introspection-df6abacef97c0f47fd64f92a8fc99c42f481ad73.tar.gz |
tests: add missing expected generated documentation
a09072bd1f75dfc7497ed599e03e331bff411fd4 introduced new symbols in
tests/scanner/regress.[ch] but was missing the expected generated
documentation.
https://bugzilla.gnome.org/show_bug.cgi?id=698616
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected')
-rw-r--r-- | tests/scanner/Regress-1.0-Python-expected/Regress.LikeXklConfigItem.page | 25 | ||||
-rw-r--r-- | tests/scanner/Regress-1.0-Python-expected/Regress.LikeXklConfigItem.set_name.page | 55 |
2 files changed, 80 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.LikeXklConfigItem.page b/tests/scanner/Regress-1.0-Python-expected/Regress.LikeXklConfigItem.page new file mode 100644 index 00000000..fb4831f5 --- /dev/null +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.LikeXklConfigItem.page @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<page id="Regress.LikeXklConfigItem" + type="guide" + style="record" + 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="record" type="guide"/> + + </info> + <title>Regress.LikeXklConfigItem</title> + + + + + + + + + + + +</page> diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.LikeXklConfigItem.set_name.page b/tests/scanner/Regress-1.0-Python-expected/Regress.LikeXklConfigItem.set_name.page new file mode 100644 index 00000000..a6815c8b --- /dev/null +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.LikeXklConfigItem.set_name.page @@ -0,0 +1,55 @@ +<?xml version="1.0"?> +<page id="Regress.LikeXklConfigItem.set_name" + type="topic" + style="method" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + + <link xref="Regress.LikeXklConfigItem" group="method" type="guide"/> + <api:function> + <api:returns> + <api:type>none</api:type> + </api:returns> + <api:name>regress_like_xkl_config_item_set_name</api:name> + <api:arg> + <api:type>Regress.LikeXklConfigItem</api:type> + <api:name>self</api:name> + </api:arg> + <api:arg> + <api:type>unicode</api:type> + <api:name>name</api:name> + </api:arg> + </api:function> + + </info> + <title>Regress.LikeXklConfigItem.set_name</title> + +<synopsis><code mime="text/x-python"> +@accepts(Regress.LikeXklConfigItem, unicode) +@returns(none) +def set_name(self, name): + # Python wrapper for regress_like_xkl_config_item_set_name() +</code></synopsis> + + + + + + + +<terms> +<item> +<title><code>self</code></title> + +</item> +<item> +<title><code>name</code></title> + +</item> +</terms> + + + +</page> |