Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glib: Bind g_unichar APIs #1146

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[files]
extend-exclude = ["auto", "sys", "gobject-sys", "*.svg"]
extend-exclude = ["auto", "sys", "gobject-sys", "*.svg", "glib/Gir.toml"]
sdroege marked this conversation as resolved.
Show resolved Hide resolved

[default.extend-words]
# Ignore false-positives
Expand Down
11 changes: 11 additions & 0 deletions glib/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ generate = [
"GLib.SpawnFlags",
"GLib.Time",
"GLib.TimeType",
"GLib.UnicodeType",
"GLib.UriError",
"GLib.UriFlags",
"GLib.UriHideFlags",
Expand Down Expand Up @@ -513,6 +514,9 @@ status = "generate"
name = "variant_get_gtype"
# get_type() function that should be used in StaticType impl instead
ignore = true
[[object.function]]
pattern = "unichar_((break_)?type|get_(script|mirror_char)|combining_class|is(mark|graph|punct|title|defined|wide(_cjk)?|zerowidth)|totitle|(fully_)?decompose|compose)"
manual = true # defined as extension methods on char

[[object]]
name = "GLib.Checksum"
Expand Down Expand Up @@ -771,6 +775,13 @@ concurrency = "send+sync"
# in-out parameter
manual = true

[[object]]
name = "GLib.UnicodeBreakType"
status = "generate"
[[object.member]]
name = "close_paranthesis"
ignore = true

[[object]]
name = "GLib.UnicodeScript"
status = "generate"
Expand Down