summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@t-online.de>2012-04-26 18:05:29 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2012-04-26 18:05:29 +0200
commitd7ff7296d4bf661b165dc5975754c70ec8610eec (patch)
tree6c62c7907dba1baebf1a36ee9d12a4c0a1b3560b
parent7c7294a61045566eea19c103eb769df2014e3160 (diff)
downloadgobject-introspection-d7ff7296d4bf661b165dc5975754c70ec8610eec.tar.gz
g-ir-doc-tool: Update expected file
Should have signal arguments in the right order
-rw-r--r--tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj-signal-example.page10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj-signal-example.page b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj-signal-example.page
index 9b096651..d83d2d82 100644
--- a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj-signal-example.page
+++ b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj-signal-example.page
@@ -10,7 +10,7 @@
</info>
<title>DocExamples.Obj::signal-example</title>
<synopsis><code mime="text/x-python">
-def callback(obj, float_param, since, user_param1, ...)
+def callback(obj, int_param, float_param, user_param1, ...)
</code></synopsis>
<p>This is an example of how to document a signal.</p>
@@ -20,12 +20,12 @@ def callback(obj, float_param, since, user_param1, ...)
<td><p>instance of DocExamples.Obj that is emitting the signal</p></td>
</tr>
<tr>
-<td><p>float_param :</p></td>
-<td><p>a parameter of type float</p></td>
+<td><p>int_param :</p></td>
+<td><p>a parameter of type int</p></td>
</tr>
<tr>
-<td><p>since :</p></td>
-<td></td>
+<td><p>float_param :</p></td>
+<td><p>a parameter of type float</p></td>
</tr>
<tr>
<td><p>user_param1 :</p></td>