This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gir.toml
125 lines (113 loc) · 2.48 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
[options]
girs_dir = "gir-files"
library = "GdkX11"
version = "3.0"
min_cfg_version = "3.14"
target_path = "."
work_mode = "normal"
single_version_file = true
generate_safety_asserts = true
deprecate_by_min_version = true
generate = [
"GdkX11.X11AppLaunchContext",
"GdkX11.X11DeviceCore",
"GdkX11.X11DeviceManagerCore",
"GdkX11.X11DisplayManager",
"GdkX11.X11DragContext",
"GdkX11.X11Keymap",
"GdkX11.X11Window"
]
ignore = [
]
manual = [
"Gdk.AppLaunchContext",
"Gdk.Atom",
"Gdk.Cursor",
"Gdk.Device",
"Gdk.DeviceManager",
"Gdk.Display",
"Gdk.DisplayManager",
"Gdk.DragContext",
"Gdk.GLContext",
"Gdk.Keymap",
"Gdk.Monitor",
"Gdk.Screen",
"Gdk.Visual",
"Gdk.Window",
"Gio.AppLaunchContext",
"xlib.Atom",
"xlib.Cursor",
"xlib.Display",
"xlib.Screen",
"xlib.Visual",
"xlib.VisualID",
"xlib.Window",
"xlib.XID",
]
[[object]]
name = "GdkX11.*"
status = "generate"
[[object.function]]
name = "x11_free_compound_text"
# manual, wrong annotations
ignore = true
[[object.function]]
name = "x11_free_text_list"
# manual, wrong annotations
ignore = true
[[object.function]]
name = "x11_get_default_xdisplay"
# manual, as xlib::Display doesn't implement glib traits
ignore = true
[[object.function]]
name = "x11_lookup_xdisplay"
# manual, as xlib::Display doesn't implement glib traits
ignore = true
[[object]]
name = "GdkX11.X11Cursor"
status = "generate"
[[object.function]]
name = "get_xdisplay"
# manual, as xlib::Display doesn't implement glib traits
ignore = true
[[object]]
name = "GdkX11.X11DeviceXI2"
status = "generate"
generate_builder = true
[[object]]
name = "GdkX11.X11DeviceManagerXI2"
status = "generate"
generate_builder = true
[[object]]
name = "GdkX11.X11Display"
status = "generate"
[[object.function]]
name = "get_xdisplay"
# manual, as xlib::Display doesn't implement glib traits
ignore = true
[[object.function]]
name = "text_property_to_text_list"
# manual, the annotations are wrong
ignore = true
[[object]]
name = "GdkX11.X11GLContext"
status = "generate"
version = "3.16"
[[object]]
name = "GdkX11.X11Monitor"
status = "generate"
version = "3.22"
[[object]]
name = "GdkX11.X11Screen"
status = "generate"
[[object.function]]
name = "get_xscreen"
# manual, as xlib::Screen doesn't implement glib traits
ignore = true
[[object]]
name = "GdkX11.X11Visual"
status = "generate"
[[object.function]]
name = "get_xvisual"
# manual, as xlib::Visual doesn't implement glib traits
ignore = true