summaryrefslogtreecommitdiff
path: root/glib/src/glib_extra_objects.defs
blob: d173edce7d93c12c015997efb39042ec1a1de1f3 (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
; 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 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 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 VariantType
  (in-module "GLib")
  (c-name "GVariantType")
  (gtype-id "G_TYPE_VARIANT_TYPE")
)