-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gir.toml
79 lines (67 loc) · 1.32 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
[options]
girs_directories = ["../gir-files"]
library = "Gedit"
version = "3.0"
min_cfg_version = "41"
target_path = "."
work_mode = "normal"
generate_builder = true
generate_safety_asserts = true
deprecate_by_min_version = true
single_version_file = true
generate = [
"Gedit.App",
"Gedit.AppActivatable",
"Gedit.DebugSection",
"Gedit.Document",
"Gedit.EncodingsComboBox",
"Gedit.MenuExtension",
"Gedit.Message",
"Gedit.MessageBus",
"Gedit.MessageBusForeach",
"Gedit.MessageCallback",
"Gedit.ProgressInfoBar",
"Gedit.Statusbar",
"Gedit.Tab",
"Gedit.TabState",
"Gedit.View",
"Gedit.ViewActivatable",
"Gedit.Window",
"Gedit.WindowActivatable",
"Gedit.WindowState",
]
manual = [
"Gdk.DragContext",
"Gdk.Event",
"Gdk.Rectangle",
"Gdk.Screen",
"Gio.AsyncReadyCallback",
"Gio.AsyncResult",
"Gio.Cancellable",
"Gio.File",
"Gio.InputStream",
"Gio.Menu",
"Gio.MenuItem",
"GLib.DestroyNotify",
"Gtk.Application",
"Gtk.ApplicationWindow",
"Gtk.Bin",
"Gtk.Container",
"Gtk.Infobar",
"Gtk.SelectionData",
"Gtk.Statusbar",
"Gtk.TextBuffer",
"Gtk.TextView",
"Gtk.TreeView",
"Gtk.Widget",
"Gtk.Window",
"Gtk.WindowGroup",
"GtkSource.Buffer",
"GtkSource.CompressionType",
"GtkSource.Encoding",
"GtkSource.File",
"GtkSource.Language",
"GtkSource.NewlineType",
"GtkSource.SearchContext",
"GtkSource.View",
]