Skip to content

Commit 76a9153

Browse files
committed
Gir updates for optional arrays
1 parent c43fee8 commit 76a9153

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gtk4/Gir.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2147,6 +2147,11 @@ generate_builder = false
21472147
pattern = "(n-items|item-type)"
21482148
generate = [] # disable generated getter/notify, use the ones from GListModel iface
21492149
[[object.function]]
2150+
name = "new"
2151+
[[object.function.parameter]]
2152+
name = "strings"
2153+
nullable = false
2154+
[[object.function]]
21502155
name = "take"
21512156
ignore = true # A C helper, bindings should use append instead
21522157

0 commit comments

Comments
 (0)