summaryrefslogtreecommitdiff
path: root/gio/src/gio_extra_objects.defs
blob: 6d1f5e53ba7f79715598c8159425d7a56928ee87 (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
; 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 Action
  (in-module "GLib")
  (c-name "GAction")
  (gtype-id "G_TYPE_ACTION")
)

(define-object DBusConnection
  (in-module "GLib")
  (c-name "GDBusConnection")
  (gtype-id "G_TYPE_DBUS_CONNECTION")
)

; This helps DocParser.pm, which can't always guess how to break the "DB" part.
(define-object DbusConnection
  (in-module "GLib")
  (c-name "GDbusConnection")
  (gtype-id "G_TYPE_DBUS_CONNECTION")
)

(define-object DBusMessage
  (in-module "GLib")
  (c-name "GDBusMessage")
  (gtype-id "G_TYPE_DBUS_MESSAGE")
)

; This helps DocParser.pm, which can't always guess how to break the "DB" part.
(define-object DbusMessage
  (in-module "GLib")
  (c-name "GDbusMessage")
  (gtype-id "G_TYPE_DBUS_MESSAGE")
)

(define-object DBusMethodInvocation
  (in-module "GLib")
  (c-name "GDBusMethodInvocation")
  (gtype-id "G_TYPE_DBUS_METHOD_INVOCATION")
)

; This helps DocParser.pm, which can't always guess how to break the "DB" part.
(define-object DbusMethodInvocation
  (in-module "GLib")
  (c-name "GDBusMethodInvocation")
  (gtype-id "G_TYPE_DBUS_METHOD_INVOCATION")
)

(define-object DBusNodeInfo
  (in-module "GLib")
  (c-name "GDBusNodeInfo")
  (gtype-id "G_TYPE_DBUS_NODE_INFO")
)

; This helps DocParser.pm, which can't always guess how to break the "DB" part.
(define-object DbusNodeInfo
  (in-module "GLib")
  (c-name "GDBusNodeInfo")
  (gtype-id "G_TYPE_DBUS_NODE_INFO")
)

(define-object DBusProxy
  (in-module "GLib")
  (c-name "GDBusProxy")
  (gtype-id "G_TYPE_DBUS_PROXY")
)

; This helps DocParser.pm, which can't always guess how to break the "DB" part.
(define-object DbusProxy
  (in-module "GLib")
  (c-name "GDbusProxy")
  (gtype-id "G_TYPE_DBUS_PROXY")
)

(define-object DBusServer
  (in-module "GLib")
  (c-name "GDBusServer")
  (gtype-id "G_TYPE_DBUS_SERVER")
)

; This helps DocParser.pm, which can't always guess how to break the "DB" part.
(define-object DbusServer
  (in-module "GLib")
  (c-name "GDbusServer")
  (gtype-id "G_TYPE_DBUS_SERVER")
)

(define-object DesktopAppInfo
  (in-module "GLib")
  (c-name "GDesktopAppInfo")
  (gtype-id "G_TYPE_DESKTOP_APP_INFO")
)

(define-object FileAttribute
  (in-module "GLib")
  (c-name "GFileAttribute")
  (gtype-id "G_TYPE_FILE_ATTRIBUTE")
)

(define-object FileAttributeInfoList
  (in-module "GLib")
  (c-name "GFileAttributeInfoList")
  (gtype-id "G_TYPE_FILE_ATTRIBUTE_INFO_LISt")
)

(define-object FileInfo
  (in-module "GLib")
  (c-name "GFileInfo")
  (gtype-id "G_TYPE_FILE_INFO")
)

(define-object Proxy
  (in-module "GLib")
  (c-name "GProxy")
  (gtype-id "G_TYPE_PROXY")
)

(define-object ProxyResolver
  (in-module "GLib")
  (c-name "GProxyResolver")
  (gtype-id "G_TYPE_PROXY_RESOLVER")
)