-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TOBEUPDATED gir: update for more Into<Option<_>> in arg position
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gir
updated
20 files
+304 −103 | src/analysis/bounds.rs | |
+12 −19 | src/analysis/child_properties.rs | |
+4 −4 | src/analysis/class_builder.rs | |
+25 −20 | src/analysis/function_parameters.rs | |
+35 −16 | src/analysis/functions.rs | |
+13 −7 | src/analysis/properties.rs | |
+23 −0 | src/analysis/ref_mode.rs | |
+4 −4 | src/analysis/trampolines.rs | |
+1 −1 | src/chunk/chunk.rs | |
+66 −58 | src/codegen/bound.rs | |
+46 −0 | src/codegen/bounds.rs | |
+8 −11 | src/codegen/child_properties.rs | |
+22 −83 | src/codegen/function.rs | |
+76 −48 | src/codegen/function_body_chunk.rs | |
+1 −0 | src/codegen/mod.rs | |
+25 −17 | src/codegen/object.rs | |
+22 −20 | src/codegen/properties.rs | |
+32 −28 | src/codegen/property_body.rs | |
+2 −3 | src/codegen/translate_to_glib.rs | |
+2 −2 | src/writer/to_code.rs |