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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
[options]
girs_dir = "gir-files"
library = "GObject"
version = "2.0"
min_cfg_version = "2.56"
target_path = "."
auto_path = "src/gobject/auto"
work_mode = "normal"
single_version_file = true
deprecate_by_min_version = true
trust_return_value_nullability = true
girs_directories = ["../gir-files"]
generate = [
"GObject.BindingFlags",
"GObject.SignalFlags",
"GObject.TypeFlags",
]
ignore = [
]
manual = [
"GLib.Quark",
"GObject.Object",
"GObject.Value",
"GObject.EnumValue",
"GObject.FlagsValue",
"GObject.TypeValueTable",
"GObject.ParamFlags",
"GObject.ParamSpec",
"GObject.ParamSpecChar",
"GObject.ParamSpecUChar",
"GObject.ParamSpecBoolean",
"GObject.ParamSpecInt",
"GObject.ParamSpecUInt",
"GObject.ParamSpecLong",
"GObject.ParamSpecULong",
"GObject.ParamSpecInt64",
"GObject.ParamSpecUInt64",
"GObject.ParamSpecUnichar",
"GObject.ParamSpecEnum",
"GObject.ParamSpecFlags",
"GObject.ParamSpecFloat",
"GObject.ParamSpecDouble",
"GObject.ParamSpecString",
"GObject.ParamSpecParam",
"GObject.ParamSpecBoxed",
"GObject.ParamSpecPointer",
"GObject.ParamSpecValueArray",
"GObject.ParamSpecObject",
"GObject.ParamSpecOverride",
"GObject.ParamSpecGType",
"GObject.ParamSpecVariant",
"GObject.InterfaceInfo",
"GObject.TypeInfo",
"GObject.TypePlugin",
"GObject.TypeModule",
]
[[object]]
name = "GObject.Binding"
status = "generate"
final_type = true
concurrency = "send+sync"
[[object.function]]
name = "get_source"
# Not thread-safe, see https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1745
# Using the GObject properties will be automatically safe with GLib 2.68.
ignore = true
[[object.function]]
name = "get_target"
# Not thread-safe, see https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1745
# Using the GObject properties will be automatically safe with GLib 2.68.
ignore = true
[[object.function]]
name = "dup_source"
# equivalent to manual get_source
ignore = true
[[object.function]]
name = "dup_target"
# equivalent to manual get_target
ignore = true
[[object.property]]
name = "source"
# So we can implement setter/getter with the correct name
ignore = true
[[object.property]]
name = "target"
# So we can implement setter/getter with the correct name
ignore = true
[[object]]
name = "GObject.BindingGroup"
status = "generate"
final_type = true
concurrency = "send+sync"
[[object.function]]
name = "bind"
manual = true
[[object.function]]
name = "bind_full"
ignore = true
[[object.function]]
name = "bind_with_closures"
ignore = true
[[object.function]]
name = "dup_source"
rename = "source"
[[object.property]]
name = "source"
generate = ["notify"]
[[object]]
name = "GObject.SignalGroup"
status = "generate"
final_type = true
concurrency = "send+sync"
version = "2.74"
[[object.function]]
name = "new"
rename = "with_type"
[[object.function]]
name = "connect"
manual = true
[[object.function]]
name = "connect_after"
ignore = true
[[object.function]]
name = "connect_data"
ignore = true
[[object.function]]
name = "connect_object"
ignore = true
[[object.function]]
name = "connect_swapped"
ignore = true
[[object.function]]
name = "connect_closure"
manual = true
[[object.function]]
name = "dup_target"
rename = "target"
[[object.property]]
name = "target"
# notify signal is racy, use connect_bind/connect_unbind instead
generate = []
[[object.signal]]
name = "bind"
manual = true
[[object.signal]]
name = "unbind"
manual = true
[[object]]
name = "GObject.*"
status = "ignore"
|