-
-
Notifications
You must be signed in to change notification settings - Fork 113
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 #1566 from fengalin/fix-callback-userdata-mutability
Fix callback userdata mutability
- Loading branch information
Showing
19 changed files
with
33 additions
and
32 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 @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |
Submodule gir
updated
9 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 | |
+5 −4 | src/codegen/object.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 @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Generated by gir (https://github.com/gtk-rs/gir @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
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 @ a172dda2a728) | ||
Generated by gir (https://github.com/gtk-rs/gir @ e5ad53c3ad05) | ||
from gir-files (https://github.com/gtk-rs/gir-files @ f7af0e711383) |