-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gir.toml
97 lines (93 loc) · 2 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
[options]
girs_directories = ["../gir-files"]
library = "XApp"
version = "1.0"
min_cfg_version = "2.2.15"
target_path = "."
work_mode = "normal"
generate_builder = true
generate_safety_asserts = true
deprecate_by_min_version = true
single_version_file = true
generate = [
"XApp.FavoriteInfo",
"XApp.FavoritesItemSelectedCallback",
"XApp.GtkWindow",
"XApp.IconChooserButton",
"XApp.IconChooserDialog",
"XApp.IconSize",
"XApp.MonitorBlanker",
"XApp.Object",
"XApp.ObjectManagerClient",
"XApp.ObjectProxy",
"XApp.ObjectSkeleton",
"XApp.PreferencesWindow",
"XApp.ScrollDirection",
"XApp.StackSidebar",
"XApp.StatusIcon",
"XApp.StatusIconInterface",
"XApp.StatusIconInterfaceProxy",
"XApp.StatusIconInterfaceSkeleton",
"XApp.StatusIconMonitor",
"XApp.StatusIconState",
"XApp.StyleManager",
]
# commented = FIXME: breaks build
manual = [
# "Atk.ImplementorIface",
"cairo.Context",
"Gio.AsyncInitable",
"Gio.AsyncReadyCallback",
"Gio.AsyncResult",
"Gio.BusType",
"Gio.Cancellable",
"Gio.DBusConnection",
"Gio.DBusInterface",
"Gio.DBusInterfaceInfo",
"Gio.DBusInterfaceSkeleton",
"Gio.DBusMethodInvocation",
"Gio.DBusObject",
# "Gio.DBusObjectManager",
"Gio.DBusObjectManagerClient",
# "Gio.DBusObjectManagerClientFlags",
"Gio.DBusObjectProxy",
"Gio.DBusObjectSkeleton",
"Gio.DBusProxy",
"Gio.DBusProxyFlags",
"Gio.Initable",
"GLib.DestroyNotify",
"GLib.Error",
# "GObject.InitiallyUnowned",
# "GObject.ObjectClass",
"Gtk.Action",
"Gtk.Actionable",
# "Gtk.Activatable",
"Gtk.Bin",
"Gtk.Buildable",
"Gtk.Button",
"Gtk.Container",
"Gtk.IconSize",
"Gtk.Menu",
"Gtk.PackType",
"Gtk.ResponseType",
"Gtk.Stack",
"Gtk.Widget",
"Gtk.Window",
"Gtk.WindowType",
]
# FIXME: these need reimplmentations
[[object]]
name = "XApp.Favorites"
status = "generate"
[[object.function]]
name = "create_actions"
ignore = true
[[object.function]]
name = "create_menu"
ignore = true
[[object]]
name = "XApp.KbdLayoutController"
status = "generate"
[[object.function]]
name = "render_cairo_subscript"
ignore = true