summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.TestBoxedD.json
blob: 5416eaad7aa3d0ce8841931529a79446c807a7e3 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
    "constructors": [
        {
            "doc": "",
            "kind": "constructor",
            "name": "new",
            "parameters": [
                {
                    "allow_none": false,
                    "argname": "a_string",
                    "direction": "in",
                    "type": "const char*"
                },
                {
                    "allow_none": false,
                    "argname": "a_int",
                    "direction": "in",
                    "type": "int"
                }
            ],
            "retval": {
                "type": "RegressTestBoxedD*"
            }
        }
    ],
    "doc": "",
    "fields": [],
    "kind": "class",
    "methods": [
        {
            "doc": "",
            "kind": "method",
            "name": "copy",
            "parameters": [],
            "retval": {
                "type": "RegressTestBoxedD*"
            }
        },
        {
            "doc": "",
            "kind": "method",
            "name": "free",
            "parameters": [],
            "retval": {
                "type": "void"
            }
        },
        {
            "doc": "",
            "kind": "method",
            "name": "get_magic",
            "parameters": [],
            "retval": {
                "type": "int"
            }
        }
    ],
    "name": "TestBoxedD"
}