summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.TestFundamentalSubObject.json
blob: 077109008ef6cf4716404f0dae47d9853adfc835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "constructors": [
        {
            "doc": "",
            "kind": "constructor",
            "name": "new",
            "parameters": [
                {
                    "allow_none": false,
                    "argname": "data",
                    "direction": "in",
                    "type": "const char*"
                }
            ],
            "retval": {
                "type": "RegressTestFundamentalSubObject*"
            }
        }
    ],
    "doc": "",
    "kind": "class",
    "methods": [],
    "name": "TestFundamentalSubObject",
    "properties": [],
    "signals": [],
    "vfuncs": []
}