-
-
Notifications
You must be signed in to change notification settings - Fork 189
/
Copy pathGir.toml
132 lines (117 loc) · 2.76 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
[options]
girs_directories = ["../gir-files"]
library = "GdkWin32"
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 = [
"GdkWin32.Win32DisplayManager",
"GdkWin32.Win32Drag",
"GdkWin32.Win32GLContext",
"GdkWin32.Win32MessageFilterReturn",
"GdkWin32.Win32Monitor",
]
manual = [
"Gdk.Cursor",
"Gdk.DisplayManager",
"Gdk.DrawContext",
"Gdk.Rectangle",
"GdkPixbuf.Pixbuf",
"win32.HCURSOR",
"win32.HICON",
"win32.HWND",
]
[[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 = "GdkWin32.*"
status = "generate"
[[object.function]]
name = "win32_handle_table_lookup"
ignore = true # to be deprecated upstream, and not clean to bind
[[object]]
name = "GdkWin32.Win32Display"
status = "generate"
[[object.function]]
name = "get_egl_display"
manual = true
[[object.function]]
pattern = "(add|remove)_filter"
manual = true
[[object]]
name = "GdkWin32.Win32HCursor"
status = "generate"
# doesn't work with HANDLE
# generate_builder = true
[[object.function]]
name = "new"
manual = true
[[object.property]]
name = "handle"
manual = true
[[object]]
name = "GdkWin32.Win32Screen"
status = "generate"
[[object.property]]
name = "display"
version = "4.18"
[[object]]
name = "GdkWin32.Win32Surface"
status = "generate"
# doesn't work with HANDLE
[[object.function]]
name = "lookup_for_display"
manual = true
[[object.function]]
name = "get_handle"
manual = true
[[object.function]]
name = "get_impl_hwnd"
manual = true