summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0.json/Regress.TestFundamentalObject.json
blob: 70d54aaee4aa7c995918b9c9beb18536f483f439 (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
{
    "constructors": [],
    "doc": "",
    "kind": "class",
    "methods": [
        {
            "doc": "",
            "kind": "method",
            "name": "ref",
            "parameters": [],
            "retval": {
                "type": "RegressTestFundamentalObject*"
            }
        },
        {
            "doc": "",
            "kind": "method",
            "name": "unref",
            "parameters": [],
            "retval": {
                "type": "void"
            }
        }
    ],
    "name": "TestFundamentalObject",
    "properties": [],
    "signals": [],
    "vfuncs": [
        {
            "doc": "",
            "kind": "vfunc",
            "name": "copy",
            "parameters": [],
            "retval": {
                "type": "RegressTestFundamentalObject*"
            }
        },
        {
            "doc": "",
            "kind": "vfunc",
            "name": "finalize",
            "parameters": [],
            "retval": {
                "type": "void"
            }
        }
    ]
}