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
|
[options]
work_mode = "sys"
library = "Gio"
version = "2.0"
min_cfg_version = "2.56"
single_version_file = "."
girs_directories = ["../../gir-files"]
external_libraries = [
"GLib",
"GObject",
]
ignore = [
"Gio.ThreadedResolverClass"
]
[[object]]
name = "Gio.*"
status = "generate"
[[object]]
name = "Gio.Credentials"
status = "generate"
[[object.function]]
pattern = "[gs]et_unix.*"
cfg_condition = "unix"
[[object]]
name = "Gio.SocketFamily"
status = "manual"
[[object]]
name = "Gio.SocketMsgFlags"
status = "manual"
[[object]]
name = "Gio.Win32InputStream"
status = "manual"
cfg_condition = "windows"
[[object]]
name = "Gio.Win32OutputStream"
status = "manual"
cfg_condition = "windows"
[[object]]
name = "Gio.SubprocessLauncher"
status = "generate"
[[object.function]]
pattern = "take_.*"
cfg_condition = "unix"
[[object.function]]
pattern = "set_std.*file_path"
cfg_condition = "unix"
[[object.function]]
name = "set_child_setup"
cfg_condition = "unix"
[[object.function]]
name = "close"
cfg_condition = "unix"
|