-
-
Notifications
You must be signed in to change notification settings - Fork 181
/
Copy pathGir.toml
163 lines (146 loc) · 3.43 KB
/
Gir.toml
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
[options]
girs_directories = ["../gir-files"]
library = "GdkX11"
version = "4.0"
min_cfg_version = "4.0.0"
target_path = "."
work_mode = "normal"
use_gi_docgen = true
single_version_file = true
generate_safety_asserts = true
deprecate_by_min_version = true
trust_return_value_nullability = true
generate = [
"GdkX11.X11AppLaunchContext",
"GdkX11.X11DeviceType",
"GdkX11.X11Drag",
"GdkX11.X11GLContext",
]
manual = [
"Gdk.Cursor",
"Gdk.DeviceTool", # docs only
"Gdk.DrawContext",
"Gdk.InputSource",
"Gdk.Rectangle",
"Gdk.Seat", # docs only
"Gio.AppLaunchContext",
"xlib.Atom",
"xlib.Cursor",
"xlib.Display",
"xlib.Screen",
"xlib.Window",
"xlib.XID",
]
[[object]]
name = "Gdk.AppLaunchContext"
status = "manual"
final_type = false
[[object]]
name = "Gdk.Device"
status = "manual"
final_type = false
[[object.function]]
name = "get_vendor_id"
ignore = true # docs only, otherwise it gets picked as ExtManual
[[object.function]]
name = "get_product_id"
ignore = true # docs only, otherwise it gets picked as ExtManual
[[object]]
name = "Gdk.Display"
status = "manual"
final_type = false
[[object.function]]
name = "notify_startup_complete"
ignore = true # docs only, otherwise it gets picked as ExtManual
[[object.function]]
name = "get_product_id"
ignore = true # docs only, otherwise it gets picked as ExtManual
[[object]]
name = "Gdk.Drag"
status = "manual"
final_type = false
[[object]]
name = "Gdk.Event" # docs only
status = "manual"
final_type = false
[[object]]
name = "Gdk.GLContext"
status = "manual"
final_type = false
[[object]]
name = "Gdk.Monitor"
status = "manual"
final_type = false
[[object.function]]
name = "get_scale_factor"
ignore = true # docs only, otherwise it gets picked as ExtManual
[[object]]
name = "Gdk.Surface"
status = "manual"
final_type = false
[[object]]
name = "GdkX11.*"
status = "generate"
[[object.function]]
pattern = "(x11_get_xatom_by_name_for_display|x11_get_xatom_name_for_display)"
manual = true
[[object.function]]
name = "x11_free_compound_text"
ignore = true
[[object.function]]
name = "x11_free_text_list"
ignore = true
[[object.function]]
name = "x11_lookup_xdisplay"
ignore = true # TODO: manually implementation needed
[[object]]
name = "GdkX11.X11DeviceManagerXI2"
status = "generate"
generate_builder = true
[[object]]
name = "GdkX11.X11DeviceXI2"
status = "generate"
generate_builder = true
[[object]]
name = "GdkX11.X11Display"
status = "generate"
[[object.signal]]
name = "xevent"
manual = true
[[object.function]]
name = "get_egl_display"
manual = true
[[object.function]]
pattern = "get_x.*"
manual = true
[[object.function]]
name = "text_property_to_text_list"
# TODO: requires a manual implementation
manual = true
[[object.function]]
name = "set_program_class"
manual = true
[[object]]
name = "GdkX11.X11Monitor"
status = "generate"
[[object.function]]
name = "get_output"
manual = true
[[object]]
name = "GdkX11.X11Screen"
status = "generate"
[[object.function]]
name = "get_xscreen"
manual = true
[[object.function]]
name = "get_monitor_output"
manual = true
[[object]]
name = "GdkX11.X11Surface"
status = "generate"
[[object.function]]
name = "get_xid"
manual = true
[[object.function]]
name = "lookup_for_display"
manual = true