summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.TestWi8021x.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-expected.json/Regress.TestWi8021x.json')
-rw-r--r--tests/scanner/Regress-1.0-expected.json/Regress.TestWi8021x.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-expected.json/Regress.TestWi8021x.json b/tests/scanner/Regress-1.0-expected.json/Regress.TestWi8021x.json
new file mode 100644
index 00000000..cc658fee
--- /dev/null
+++ b/tests/scanner/Regress-1.0-expected.json/Regress.TestWi8021x.json
@@ -0,0 +1,69 @@
+{
+ "constructors": [
+ {
+ "doc": "",
+ "kind": "constructor",
+ "name": "new",
+ "parameters": [],
+ "retval": {
+ "type": "RegressTestWi8021x*"
+ }
+ }
+ ],
+ "doc": "",
+ "kind": "class",
+ "methods": [
+ {
+ "doc": "",
+ "kind": "method",
+ "name": "get_testbool",
+ "parameters": [],
+ "retval": {
+ "type": "gboolean"
+ }
+ },
+ {
+ "doc": "",
+ "kind": "method",
+ "name": "set_testbool",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "v",
+ "direction": "in",
+ "type": "gboolean"
+ }
+ ],
+ "retval": {
+ "type": "void"
+ }
+ },
+ {
+ "doc": "",
+ "kind": "function",
+ "name": "static_method",
+ "parameters": [
+ {
+ "allow_none": false,
+ "argname": "x",
+ "direction": "in",
+ "type": "int"
+ }
+ ],
+ "retval": {
+ "type": "int"
+ }
+ }
+ ],
+ "name": "TestWi8021x",
+ "properties": [
+ {
+ "doc": "",
+ "kind": "property",
+ "name": "testbool",
+ "type": "gboolean"
+ }
+ ],
+ "signals": [],
+ "vfuncs": []
+} \ No newline at end of file