-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ed17a8
commit 50df604
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule gir
updated
16 files
+6 −6 | Cargo.lock | |
+1 −1 | book/src/config/api.md | |
+5 −1 | src/analysis/bounds.rs | |
+13 −4 | src/analysis/functions.rs | |
+2 −0 | src/analysis/object.rs | |
+44 −5 | src/analysis/properties.rs | |
+30 −29 | src/codegen/doc/mod.rs | |
+1 −2 | src/codegen/enums.rs | |
+11 −0 | src/codegen/function.rs | |
+1 −2 | src/codegen/sys/lib_.rs | |
+1 −1 | src/config/functions.rs | |
+1 −12 | src/config/members.rs | |
+1 −1 | src/config/properties.rs | |
+7 −0 | src/library.rs | |
+88 −12 | src/parser.rs | |
+37 −23 | src/version.rs |
Submodule gir-files
updated
4 files
+57 −19 | Gdk-4.0.gir | |
+6 −3 | Gio-2.0.gir | |
+25 −3 | Gsk-4.0.gir | |
+310 −43 | Gtk-4.0.gir |