[gobject-introspection] g-ir-doc-tool: Update expected file



commit d7ff7296d4bf661b165dc5975754c70ec8610eec
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Thu Apr 26 18:05:29 2012 +0200

    g-ir-doc-tool: Update expected file
    
    Should have signal arguments in the right order

 .../DocExamples.Obj-signal-example.page            |   10 +++++-----
 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 9b09665..d83d2d8 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]