summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0.json/Regress.TestStructA.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0.json/Regress.TestStructA.json')
-rw-r--r--tests/scanner/Regress-1.0.json/Regress.TestStructA.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0.json/Regress.TestStructA.json b/tests/scanner/Regress-1.0.json/Regress.TestStructA.json
new file mode 100644
index 00000000..bc891eab
--- /dev/null
+++ b/tests/scanner/Regress-1.0.json/Regress.TestStructA.json
@@ -0,0 +1,68 @@
+{
+ "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": " <p>Make a copy of a RegressTestStructA</p>",
+ "kind": "method",
+ "name": "clone",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "a_out",
+ "direction": "out",
+ "type": "RegressTestStructA*"
+ }
+ ],
+ "retval": {
+ "type": "void"
+ }
+ },
+ {
+ "doc": "",
+ "kind": "function",
+ "name": "parse",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "a_out",
+ "direction": "out",
+ "type": "RegressTestStructA*"
+ },
+ {
+ "allow_none": false,
+ "argname": "string",
+ "direction": "in",
+ "type": "const gchar*"
+ }
+ ],
+ "retval": {
+ "type": "void"
+ }
+ }
+ ],
+ "name": "TestStructA"
+} \ No newline at end of file