summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0.json/Regress.TestSimpleBoxedA.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0.json/Regress.TestSimpleBoxedA.json')
-rw-r--r--tests/scanner/Regress-1.0.json/Regress.TestSimpleBoxedA.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0.json/Regress.TestSimpleBoxedA.json b/tests/scanner/Regress-1.0.json/Regress.TestSimpleBoxedA.json
new file mode 100644
index 00000000..6114e349
--- /dev/null
+++ b/tests/scanner/Regress-1.0.json/Regress.TestSimpleBoxedA.json
@@ -0,0 +1,64 @@
+{
+ "constructors": [],
+ "doc": "",
+ "fields": [
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "some_int"
+ },
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "some_int8"
+ },
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "some_double"
+ },
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "some_enum"
+ }
+ ],
+ "kind": "class",
+ "methods": [
+ {
+ "doc": "",
+ "kind": "method",
+ "name": "copy",
+ "parameters": [],
+ "retval": {
+ "type": "RegressTestSimpleBoxedA*"
+ }
+ },
+ {
+ "doc": "",
+ "kind": "method",
+ "name": "equals",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "other_a",
+ "direction": "in",
+ "type": "RegressTestSimpleBoxedA*"
+ }
+ ],
+ "retval": {
+ "type": "gboolean"
+ }
+ },
+ {
+ "doc": "",
+ "kind": "function",
+ "name": "const_return",
+ "parameters": [],
+ "retval": {
+ "type": "const RegressTestSimpleBoxedA*"
+ }
+ }
+ ],
+ "name": "TestSimpleBoxedA"
+} \ No newline at end of file