summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0.json/Regress.FooRectangle.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0.json/Regress.FooRectangle.json')
-rw-r--r--tests/scanner/Regress-1.0.json/Regress.FooRectangle.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0.json/Regress.FooRectangle.json b/tests/scanner/Regress-1.0.json/Regress.FooRectangle.json
new file mode 100644
index 00000000..898738f5
--- /dev/null
+++ b/tests/scanner/Regress-1.0.json/Regress.FooRectangle.json
@@ -0,0 +1,80 @@
+{
+ "constructors": [],
+ "doc": "",
+ "fields": [
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "x"
+ },
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "y"
+ },
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "width"
+ },
+ {
+ "doc": "",
+ "kind": "field",
+ "name": "height"
+ }
+ ],
+ "kind": "class",
+ "methods": [
+ {
+ "doc": "",
+ "kind": "method",
+ "name": "add",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "r2",
+ "direction": "in",
+ "type": "const RegressFooRectangle*"
+ }
+ ],
+ "retval": {
+ "type": "void"
+ }
+ },
+ {
+ "doc": " <p>This is a C convenience constructor; we have to (skip)\nit because it's not a boxed type.</p>",
+ "kind": "function",
+ "name": "new",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "x",
+ "direction": "in",
+ "type": "int"
+ },
+ {
+ "allow_none": false,
+ "argname": "y",
+ "direction": "in",
+ "type": "int"
+ },
+ {
+ "allow_none": false,
+ "argname": "width",
+ "direction": "in",
+ "type": "int"
+ },
+ {
+ "allow_none": false,
+ "argname": "height",
+ "direction": "in",
+ "type": "int"
+ }
+ ],
+ "retval": {
+ "type": "RegressFooRectangle*"
+ }
+ }
+ ],
+ "name": "FooRectangle"
+} \ No newline at end of file