Skip to content

Commit

Permalink
glib: Bind g_unichar APIs
Browse files Browse the repository at this point in the history
Some notes:
* names were made "rustier", e.g.:` g_unichar_istitle` became
`is_titlecase`
* I did not include APIs that were already availabe through Rust's char
  • Loading branch information
RealKC committed Jul 25, 2023
1 parent 751e1dd commit bb91ad8
Show file tree
Hide file tree
Showing 5 changed files with 690 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glib/Gir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ generate = [
"GLib.SpawnFlags",
"GLib.Time",
"GLib.TimeType",
"GLib.UnicodeBreakType",
"GLib.UnicodeType",
"GLib.UriError",
"GLib.UriFlags",
"GLib.UriHideFlags",
Expand Down

0 comments on commit bb91ad8

Please sign in to comment.