diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-14 23:00:51 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-14 23:18:00 -0500 |
commit | 5a890b79fd720a9eec4d3b9eb1c9cdd6d7b24653 (patch) | |
tree | 09a4041d43dbe07246410ef51c476b19a6baa842 /tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page | |
parent | 3b64a2e808ae25b437c30bec237ada89dc4bcfb3 (diff) | |
download | gobject-introspection-5a890b79fd720a9eec4d3b9eb1c9cdd6d7b24653.tar.gz |
doctool: Gjs doesn't have extra signal parameters
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page index f8d71322..7509a6da 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page @@ -14,7 +14,7 @@ <title>Regress.TestObj::all</title> <synopsis><code mime="text/x-python"> -function callback(test_obj, user_param1, ...):void; +function callback(test_obj, ):void; </code></synopsis> @@ -28,14 +28,6 @@ function callback(test_obj, user_param1, ...):void; <title><code>test_obj</code></title> <p>instance of Regress.TestObj that is emitting the signal</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> |