summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0.json/Regress.TestBoxedD.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0.json/Regress.TestBoxedD.json')
-rw-r--r--tests/scanner/Regress-1.0.json/Regress.TestBoxedD.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0.json/Regress.TestBoxedD.json b/tests/scanner/Regress-1.0.json/Regress.TestBoxedD.json
new file mode 100644
index 00000000..5416eaad
--- /dev/null
+++ b/tests/scanner/Regress-1.0.json/Regress.TestBoxedD.json
@@ -0,0 +1,59 @@
+{
+ "constructors": [
+ {
+ "doc": "",
+ "kind": "constructor",
+ "name": "new",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "a_string",
+ "direction": "in",
+ "type": "const char*"
+ },
+ {
+ "allow_none": false,
+ "argname": "a_int",
+ "direction": "in",
+ "type": "int"
+ }
+ ],
+ "retval": {
+ "type": "RegressTestBoxedD*"
+ }
+ }
+ ],
+ "doc": "",
+ "fields": [],
+ "kind": "class",
+ "methods": [
+ {
+ "doc": "",
+ "kind": "method",
+ "name": "copy",
+ "parameters": [],
+ "retval": {
+ "type": "RegressTestBoxedD*"
+ }
+ },
+ {
+ "doc": "",
+ "kind": "method",
+ "name": "free",
+ "parameters": [],
+ "retval": {
+ "type": "void"
+ }
+ },
+ {
+ "doc": "",
+ "kind": "method",
+ "name": "get_magic",
+ "parameters": [],
+ "retval": {
+ "type": "int"
+ }
+ }
+ ],
+ "name": "TestBoxedD"
+} \ No newline at end of file