summaryrefslogtreecommitdiff
path: root/tests/classes.exp
blob: c416ffb308e5273a6bd68e60a50d8572f6ca69db (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
Classes Test:
new SimpleClass ()
new DerivedClass ()
new PublicClass ()
new ClassWithCreationMethod ()
ClassWithCreationMethod
new ClassWithNamedCreationMethod ()
ClassWithNamedCreationMethod
new ClassWithDestructor ()
~ClassWithDestructor
new SimpleGTypeInstanceClass ()
new DerivedGTypeInstanceClass ()
new PublicGTypeInstanceClass ()
new GTypeInstanceClassWithCreationMethod ()
GTypeInstanceClassWithCreationMethod
new GTypeInstanceClassWithNamedCreationMethod ()
GTypeInstanceClassWithNamedCreationMethod
new SimpleGObjectClass ()
new DerivedGObjectClass ()
new PublicGObjectClass ()
new GObjectClassWithCreationMethod ()
new GObjectClassWithNamedCreationMethod ()
new SimpleClass () { field = 1 }
simple_class.field = 1
.