From 86f7acf0f139a917e460db26872b5a4306fca8d2 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 3 Feb 2013 06:58:53 -0500 Subject: tests: Use Regress GIR for doctool This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure. --- .../Regress.TestObj-sig-with-int64-prop.page | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page') 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 new file mode 100644 index 00000000..beebb08a --- /dev/null +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.page @@ -0,0 +1,42 @@ + + + + + + sig-with-int64-prop + + + Regress.TestObj::sig-with-int64-prop + + +function callback(test_obj, i:Number, user_param1, ...):Number; + + + +

You can use this with regress_test_obj_emit_sig_with_int64, or raise from +the introspection client langage.

+ + + + +
+

test_obj :

+

instance of Regress.TestObj that is emitting the signal

+

i :

+

an integer

+

user_param1 :

+

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

+

... :

+

additional user parameters (if any)

+

Returns :

+
gint64
+
+ + + +
-- cgit v1.2.1