-
Notifications
You must be signed in to change notification settings - Fork 11
/
Gir.toml
55 lines (52 loc) · 981 Bytes
/
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
[options]
girs_dir = "./gir-files"
library = "Vte"
version = "2.91"
work_mode = "normal"
external_libraries = [
"Gdk",
"Gio",
"GLib",
"Gtk",
"Pango",
]
target_path = "."
generate_safety_asserts = true
deprecate_by_min_version = true
single_version_file = true
generate = [
"Vte.CursorBlinkMode",
"Vte.CursorShape",
"Vte.EraseBinding",
"Vte.Format",
"Vte.Pty",
"Vte.PtyError",
"Vte.PtyFlags",
"Vte.SelectionFunc",
"Vte.TextBlinkMode",
"Vte.WriteFlags",
]
manual = [
"Gdk.Cursor",
"Gdk.CursorType",
"Gdk.Event",
"Gdk.RGBA",
"Gio.AsyncResult",
"Gio.Cancellable",
"Gio.OutputStream",
"GLib.Error",
"GLib.Pid",
"GLib.SpawnFlags",
"Gtk.Widget",
"Gtk.Window",
"Pango.FontDescription",
]
[[object]]
name = "Vte.Terminal"
status = "generate"
[[object.function]]
name = "set_colors"
ignore = true
[[object.function]]
name = "watch_child"
ignore = true