forked from gtk-rs/gio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGir.toml
114 lines (105 loc) · 2.24 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
[options]
girs_dir = "gir-files"
library = "Gio"
version = "2.0"
min_cfg_version = "2.32"
target_path = "."
work_mode = "normal"
generate = [
"Gio.Action",
"Gio.ActionMap",
"Gio.AppInfo",
"Gio.AppInfoCreateFlags",
"Gio.AppLaunchContext",
"Gio.ApplicationFlags",
"Gio.Cancellable",
"Gio.FileCreateFlags",
"Gio.FileInfo",
"Gio.FileQueryInfoFlags",
"Gio.FileType",
"Gio.Icon",
"Gio.Menu",
"Gio.MenuAttributeIter",
"Gio.MenuItem",
"Gio.MenuLinkIter",
"Gio.MenuModel",
"Gio.Notification",
"Gio.NotificationPriority",
"Gio.Permission",
"Gio.Resource",
"Gio.ResourceError",
"Gio.ResourceLookupFlags",
"Gio.SettingsBindFlags",
"Gio.SimpleActionGroup",
"Gio.SimplePermission",
"Gio.ThemedIcon",
]
ignore = [
]
manual = [
"GLib.Bytes",
"GLib.Error",
"GLib.Variant",
"GLib.VariantType",
"GObject.Object",
]
[[object]]
name = "Gio.*"
status = "generate"
[[object.function]]
pattern = "unix_.+"
cfg_condition = "unix"
[[object]]
name = "Gio.ActionGroup"
status = "generate"
[[object.function]]
name = "query_action"
ignore = true
[[object]]
name = "Gio.Application"
status = "generate"
[[object.function]]
name = "open"
ignore = true
[[object.signal]]
name = "open"
ignore = true
[[object]]
name = "Gio.File"
status = "generate"
[[object.function]]
name = "new_for_path"
[object.function.return]
nullable = false
[[object.function]]
name = "new_for_uri"
[object.function.return]
nullable = false
[[object.function]]
name = "new_for_commandline_arg"
[object.function.return]
nullable = false
[[object.function]]
name = "new_for_commandline_arg_and_cwd"
[object.function.return]
nullable = false
[[object.function]]
name = "hash"
ignore = true
[[object]]
name = "Gio.Settings"
status = "generate"
[[object.signal]]
name = "writable-change-event"
inhibit = true
[[object]]
name = "Gio.SimpleAction"
status = "generate"
[[object.property]]
name = "parameter-type"
#value glib::VariantTy
ignore = true
[[object.property]]
name = "state"
#value glib::VariantTy
ignore = true