blob: cfb6876beff30da4890dd219d2afd983e9a1f325 (
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
; These define-object declarations were not generated by h2defs.py
; because it looks for the SomethingClass declaration too, but that is often
; hidden.
; However, it is needed by the documentation generation, which needs to
; know what objects exist, so it can guess how to break apart C function names
; that are mentioned in documentation text.
; (DocsParser.pm:substitute_function(), which uses GtkDefs.pm:lookup_object().)
(define-object ByteArray
(in-module "Glib")
(c-name "GByteArray")
)
(define-object Checksum
(in-module "Glib")
(c-name "GChecksum")
(gtype-id "G_TYPE_CHECKSUM")
)
(define-object DateTime
(in-module "Glib")
(c-name "GDateTime")
)
(define-object GArray
(in-module "Glib")
(c-name "GArray")
)
(define-object IOChannel
(in-module "Glib")
(c-name "GIOChannel")
)
(define-object KeyFile
(in-module "Glib")
(c-name "GKeyFile")
(gtype-id "G_TYPE_KEY_FILE")
)
(define-object MatchInfo
(in-module "Glib")
(c-name "GMatchInfo")
(gtype-id "G_TYPE_MATCH_INFO")
)
(define-object Object
(in-module "Glib")
(c-name "GObject")
(gtype-id "G_TYPE_OBJECT")
)
(define-object OptionContext
(in-module "Glib")
(c-name "GOptionContext")
(gtype-id "G_TYPE_OPTION_CONTEXT")
)
(define-object Regex
(in-module "Glib")
(c-name "GRegex")
(gtype-id "G_TYPE_REGEX")
)
(define-object Set
(in-module "Glib")
(c-name "GSet")
(gtype-id "G_TYPE_SET")
)
(define-object TimeZone
(in-module "Glib")
(c-name "GTimeZone")
)
(define-object Variant
(in-module "Glib")
(c-name "GVariant")
(gtype-id "G_TYPE_VARIANT")
)
(define-object VariantDict
(in-module "Glib")
(c-name "GVariantDict")
(gtype-id "G_TYPE_VARIANT_DICT")
)
(define-object VariantType
(in-module "Glib")
(c-name "GVariantType")
(gtype-id "G_TYPE_VARIANT_TYPE")
)
|