summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 23:00:51 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 23:18:00 -0500
commit5a890b79fd720a9eec4d3b9eb1c9cdd6d7b24653 (patch)
tree09a4041d43dbe07246410ef51c476b19a6baa842 /tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page
parent3b64a2e808ae25b437c30bec237ada89dc4bcfb3 (diff)
downloadgobject-introspection-5a890b79fd720a9eec4d3b9eb1c9cdd6d7b24653.tar.gz
doctool: Gjs doesn't have extra signal parameters
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page
index 470fe4d6..bb43e004 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page
@@ -14,7 +14,7 @@
<title>Regress.TestObj::sig-with-obj</title>
<synopsis><code mime="text/x-python">
-function callback(test_obj, obj:GObject.Object, user_param1, ...):void;
+function callback(test_obj, obj:GObject.Object, ):void;
</code></synopsis>
@@ -33,14 +33,6 @@ Use with regress_test_obj_emit_sig_with_obj</p>
<title><code>obj</code></title>
<p>A newly created RegressTestObj</p>
</item>
-<item>
-<title><code>user_param1</code></title>
-<p>first user parameter (if any) specified with the connect() method</p>
-</item>
-<item>
-<title><code>...</code></title>
-<p>additional user parameters (if any)</p>
-</item>
</terms>