-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1902 from fengalin/fix-callback-userdata-mutability
Fix callback userdata mutability
- Loading branch information
Showing
25 changed files
with
57 additions
and
57 deletions.
There are no files selected for viewing
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
Submodule gir
updated
8 files
+2 −2 | 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 | |
+1 −1 | src/config/parameter_matchable.rs | |
+2 −2 | src/library.rs | |
+1 −1 | src/xmlparser.rs |
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
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
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
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
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
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
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
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
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
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
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
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
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
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
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,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ eeb346bf25ed) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
Oops, something went wrong.