This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically updated the version of gir
- Loading branch information
1 parent
34c309f
commit a8c46c3
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule gir
updated
10 files
+36 −36 | Cargo.lock | |
+2 −2 | src/analysis/bounds.rs | |
+8 −0 | src/analysis/rust_type.rs | |
+1 −1 | src/analysis/types.rs | |
+10 −6 | src/codegen/function_body_chunk.rs | |
+5 −4 | src/codegen/object.rs | |
+23 −4 | src/codegen/trait_impls.rs | |
+1 −1 | src/config/parameter_matchable.rs | |
+2 −2 | src/library.rs | |
+1 −1 | src/xmlparser.rs |
Submodule gir-files
updated
5 files
+360 −301 | GLib-2.0.gir | |
+14 −9 | GObject-2.0.gir | |
+22 −4 | Gdk-4.0.gir | |
+434 −30 | Gio-2.0.gir | |
+643 −25 | GioUnix-2.0.gir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ a172dda2a728) | ||
from .. (@ e4f8b27d1f61+) | ||
from ../gir-files (@ f7af0e711383) | ||
Generated by gir (https://github.com/gtk-rs/gir @ 1307f50c19e8) | ||
from .. (@ 34c309fefaf1+) | ||
from ../gir-files (@ 3e07ae5a14c7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ a172dda2a728) | ||
from .. (@ e4f8b27d1f61+) | ||
from ../gir-files (@ f7af0e711383) | ||
Generated by gir (https://github.com/gtk-rs/gir @ 1307f50c19e8) | ||
from .. (@ 34c309fefaf1+) | ||
from ../gir-files (@ 3e07ae5a14c7) |