summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0.json/Regress.TestBoxedB.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0.json/Regress.TestBoxedB.json')
-rw-r--r--tests/scanner/Regress-1.0.json/Regress.TestBoxedB.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0.json/Regress.TestBoxedB.json b/tests/scanner/Regress-1.0.json/Regress.TestBoxedB.json
new file mode 100644
index 00000000..96f8216f
--- /dev/null
+++ b/tests/scanner/Regress-1.0.json/Regress.TestBoxedB.json
@@ -0,0 +1,52 @@
+{
+ "constructors": [
+ {
+ "doc": "",
+ "kind": "constructor",
+ "name": "new",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "some_int8",
+ "direction": "in",
+ "type": "gint8"
+ },
+ {
+ "allow_none": false,
+ "argname": "some_long",
+ "direction": "in",
+ "type": "glong"
+ }
+ ],
+ "retval": {
+ "type": "RegressTestBoxedB*"
+ }
+ }
+ ],
+ "doc": "",
+ "fields": [
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "some_int8"
+ },
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "some_long"
+ }
+ ],
+ "kind": "class",
+ "methods": [
+ {
+ "doc": "",
+ "kind": "method",
+ "name": "copy",
+ "parameters": [],
+ "retval": {
+ "type": "RegressTestBoxedB*"
+ }
+ }
+ ],
+ "name": "TestBoxedB"
+} \ No newline at end of file