From 5a890b79fd720a9eec4d3b9eb1c9cdd6d7b24653 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 14 Feb 2013 23:00:51 -0500 Subject: doctool: Gjs doesn't have extra signal parameters --- .../Regress.AnnotationObject-attribute-signal.page | 10 +--------- .../Regress.AnnotationObject-doc-empty-arg-parsing.page | 10 +--------- .../Regress.AnnotationObject-list-signal.page | 10 +--------- .../Regress.AnnotationObject-string-signal.page | 10 +--------- .../Regress-1.0-Gjs-expected/Regress.FooObject-signal.page | 10 +--------- .../Regress.FooSubInterface-destroy-event.page | 10 +--------- .../scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page | 10 +--------- .../Regress-1.0-Gjs-expected/Regress.TestObj-cleanup.page | 10 +--------- .../Regress-1.0-Gjs-expected/Regress.TestObj-first.page | 10 +--------- .../Regress.TestObj-sig-with-array-prop.page | 10 +--------- .../Regress.TestObj-sig-with-foreign-struct.page | 10 +--------- .../Regress.TestObj-sig-with-hash-prop.page | 10 +--------- .../Regress.TestObj-sig-with-int64-prop.page | 10 +--------- .../Regress.TestObj-sig-with-intarray-ret.page | 10 +--------- .../Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-obj.page | 10 +--------- .../Regress.TestObj-sig-with-strv.page | 10 +--------- .../Regress.TestObj-sig-with-uint64-prop.page | 10 +--------- .../Regress.TestObj-test-with-static-scope-arg.page | 10 +--------- .../scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test.page | 10 +--------- 19 files changed, 19 insertions(+), 171 deletions(-) (limited to 'tests/scanner/Regress-1.0-Gjs-expected') diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page index 713f2fa9..f3ab0917 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-attribute-signal.page @@ -14,7 +14,7 @@ Regress.AnnotationObject::attribute-signal -function callback(annotation_object, arg1:String, arg2:String, user_param1, ...):String; +function callback(annotation_object, arg1:String, arg2:String, ):String; @@ -37,14 +37,6 @@ function callback(annotation_object, arg1:String, arg2:String, user_param1, ...)

another value

-<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
- <code>Returns</code>

gchar*

the return value

diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page index 68a6b8f5..b6dc19fb 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-doc-empty-arg-parsing.page @@ -14,7 +14,7 @@ Regress.AnnotationObject::doc-empty-arg-parsing -function callback(annotation_object, arg1:gpointer, user_param1, ...):void; +function callback(annotation_object, arg1:gpointer, ):void; @@ -31,14 +31,6 @@ function callback(annotation_object, arg1:gpointer, user_param1, ...):void; <code>arg1</code> - - -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-list-signal.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-list-signal.page index 3464bf78..d16187b2 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-list-signal.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-list-signal.page @@ -14,7 +14,7 @@ Regress.AnnotationObject::list-signal -function callback(annotation_object, list:[String], user_param1, ...):void; +function callback(annotation_object, list:[String], ):void; @@ -33,14 +33,6 @@ known by GObject as it's only marked as G_TYPE_POINTER

<code>list</code>

a list of strings

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-string-signal.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-string-signal.page index 53124914..a900a0f9 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-string-signal.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject-string-signal.page @@ -14,7 +14,7 @@ Regress.AnnotationObject::string-signal -function callback(annotation_object, string:String, user_param1, ...):void; +function callback(annotation_object, string:String, ):void; @@ -34,14 +34,6 @@ it says it's pointer but it's actually a string.

<code>string</code>

a string

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page index d41290f6..72ffecca 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject-signal.page @@ -14,7 +14,7 @@ Regress.FooObject::signal -function callback(foo_object, object:GObject.Object, p0:gpointer, user_param1, ...):String; +function callback(foo_object, object:GObject.Object, p0:gpointer, ):String; @@ -35,14 +35,6 @@ function callback(foo_object, object:GObject.Object, p0:gpointer, user_param1, . <code>p0</code> - - -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

<code>Returns</code> diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page index a444574e..74893012 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page @@ -14,7 +14,7 @@ Regress.FooSubInterface::destroy-event -function callback(foo_sub_interface, user_param1, ...):void; +function callback(foo_sub_interface, ):void; @@ -28,14 +28,6 @@ function callback(foo_sub_interface, user_param1, ...):void; <code>foo_sub_interface</code>

instance of Regress.FooSubInterface that is emitting the signal

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
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 @@ Regress.TestObj::all -function callback(test_obj, user_param1, ...):void; +function callback(test_obj, ):void; @@ -28,14 +28,6 @@ function callback(test_obj, user_param1, ...):void; <code>test_obj</code>

instance of Regress.TestObj that is emitting the signal

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-cleanup.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-cleanup.page index 085c6987..a9e8b7e0 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-cleanup.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-cleanup.page @@ -14,7 +14,7 @@ Regress.TestObj::cleanup -function callback(test_obj, user_param1, ...):void; +function callback(test_obj, ):void; @@ -28,14 +28,6 @@ function callback(test_obj, user_param1, ...):void; <code>test_obj</code>

instance of Regress.TestObj that is emitting the signal

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-first.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-first.page index 1a521f97..599a26cd 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-first.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-first.page @@ -14,7 +14,7 @@ Regress.TestObj::first -function callback(test_obj, user_param1, ...):void; +function callback(test_obj, ):void; @@ -28,14 +28,6 @@ function callback(test_obj, user_param1, ...):void; <code>test_obj</code>

instance of Regress.TestObj that is emitting the signal

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-array-prop.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-array-prop.page index afc914fa..9dd0dae1 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-array-prop.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-array-prop.page @@ -14,7 +14,7 @@ Regress.TestObj::sig-with-array-prop -function callback(test_obj, arr:[Number], user_param1, ...):void; +function callback(test_obj, arr:[Number], ):void; @@ -33,14 +33,6 @@ function callback(test_obj, arr:[Number], user_param1, ...):void; <code>arr</code>

numbers

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-foreign-struct.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-foreign-struct.page index d79c6f78..7618f96d 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-foreign-struct.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-foreign-struct.page @@ -14,7 +14,7 @@ Regress.TestObj::sig-with-foreign-struct -function callback(test_obj, cr:cairo.Context, user_param1, ...):void; +function callback(test_obj, cr:cairo.Context, ):void; @@ -32,14 +32,6 @@ function callback(test_obj, cr:cairo.Context, user_param1, ...):void; <code>cr</code>

A cairo context.

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-hash-prop.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-hash-prop.page index ec5e4e1e..b6dbdf1a 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-hash-prop.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-hash-prop.page @@ -14,7 +14,7 @@ Regress.TestObj::sig-with-hash-prop -function callback(test_obj, hash:{String: GObject.Value}, user_param1, ...):void; +function callback(test_obj, hash:{String: GObject.Value}, ):void; @@ -32,14 +32,6 @@ function callback(test_obj, hash:{String: GObject.Value}, user_param1, ...):void <code>hash</code> - - -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page index 28d4cf96..f0e99bf4 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page @@ -14,7 +14,7 @@ Regress.TestObj::sig-with-int64-prop -function callback(test_obj, i:Number, user_param1, ...):Number; +function callback(test_obj, i:Number, ):Number; @@ -34,14 +34,6 @@ the introspection client langage.

an integer

-<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
- <code>Returns</code>

gint64

diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page index ef623d9f..bce2b0b1 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page @@ -14,7 +14,7 @@ Regress.TestObj::sig-with-intarray-ret -function callback(test_obj, i:Number, user_param1, ...):[Number]; +function callback(test_obj, i:Number, ):[Number]; @@ -32,14 +32,6 @@ function callback(test_obj, i:Number, user_param1, ...):[Number]; <code>i</code>

an integer

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
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 @@ Regress.TestObj::sig-with-obj -function callback(test_obj, obj:GObject.Object, user_param1, ...):void; +function callback(test_obj, obj:GObject.Object, ):void; @@ -33,14 +33,6 @@ Use with regress_test_obj_emit_sig_with_obj

<code>obj</code>

A newly created RegressTestObj

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-strv.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-strv.page index 812891cc..9ef0cc27 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-strv.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-strv.page @@ -14,7 +14,7 @@ Regress.TestObj::sig-with-strv -function callback(test_obj, strs:[String], user_param1, ...):void; +function callback(test_obj, strs:[String], ):void; @@ -32,14 +32,6 @@ function callback(test_obj, strs:[String], user_param1, ...):void; <code>strs</code>

strings

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page index 80e75635..d87cbb56 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-uint64-prop.page @@ -14,7 +14,7 @@ Regress.TestObj::sig-with-uint64-prop -function callback(test_obj, i:Number, user_param1, ...):Number; +function callback(test_obj, i:Number, ):Number; @@ -34,14 +34,6 @@ the introspection client langage.

an integer

-<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
- <code>Returns</code>

guint64

diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test-with-static-scope-arg.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test-with-static-scope-arg.page index ec06fff0..733de72d 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test-with-static-scope-arg.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test-with-static-scope-arg.page @@ -14,7 +14,7 @@ Regress.TestObj::test-with-static-scope-arg -function callback(test_obj, object:Regress.TestSimpleBoxedA, user_param1, ...):void; +function callback(test_obj, object:Regress.TestSimpleBoxedA, ):void; @@ -31,14 +31,6 @@ function callback(test_obj, object:Regress.TestSimpleBoxedA, user_param1, ...):v <code>object</code> - - -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test.page index 604283d6..a5448f68 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-test.page @@ -14,7 +14,7 @@ Regress.TestObj::test -function callback(test_obj, user_param1, ...):void; +function callback(test_obj, ):void; @@ -28,14 +28,6 @@ function callback(test_obj, user_param1, ...):void; <code>test_obj</code>

instance of Regress.TestObj that is emitting the signal

- -<code>user_param1</code> -

first user parameter (if any) specified with the connect() method

-
- -<code>...</code> -

additional user parameters (if any)

-
-- cgit v1.2.1