Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
EPashkin committed Mar 25, 2018
1 parent baa551e commit 67d1e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gir
Submodule gir updated 55 files
+28 −0 README.md
+3 −1 appveyor.yml
+10 −5 src/analysis/bounds.rs
+9 −9 src/analysis/child_properties.rs
+2 −2 src/analysis/class_hierarchy.rs
+69 −0 src/analysis/constants.rs
+3 −0 src/analysis/conversion_type.rs
+24 −24 src/analysis/function_parameters.rs
+33 −18 src/analysis/functions.rs
+27 −3 src/analysis/mod.rs
+4 −4 src/analysis/namespaces.rs
+36 −36 src/analysis/object.rs
+1 −1 src/analysis/out_parameters.rs
+9 −9 src/analysis/properties.rs
+9 −9 src/analysis/record.rs
+3 −3 src/analysis/record_type.rs
+4 −4 src/analysis/ref_mode.rs
+4 −4 src/analysis/return_value.rs
+3 −0 src/analysis/rust_type.rs
+6 −6 src/analysis/signals.rs
+1 −1 src/analysis/supertypes.rs
+1 −1 src/analysis/symbols.rs
+10 −10 src/analysis/trampoline_parameters.rs
+7 −7 src/analysis/trampolines.rs
+4 −2 src/analysis/types.rs
+57 −0 src/codegen/constants.rs
+3 −3 src/codegen/doc/mod.rs
+2 −2 src/codegen/enums.rs
+29 −6 src/codegen/function_body_chunk.rs
+56 −5 src/codegen/general.rs
+13 −0 src/codegen/mod.rs
+2 −2 src/codegen/property_body.rs
+4 −3 src/codegen/sys/build.rs
+34 −10 src/codegen/sys/cargo_toml.rs
+43 −32 src/codegen/sys/lib_.rs
+3 −1 src/codegen/sys/mod.rs
+462 −0 src/codegen/sys/tests.rs
+1 −0 src/codegen/trampoline.rs
+6 −6 src/config/child_properties.rs
+20 −13 src/config/config.rs
+58 −0 src/config/constants.rs
+1 −1 src/config/external_libraries.rs
+15 −15 src/config/functions.rs
+25 −19 src/config/gobjects.rs
+5 −5 src/config/members.rs
+1 −0 src/config/mod.rs
+3 −3 src/config/properties.rs
+12 −12 src/config/signals.rs
+54 −0 src/custom_type_glib_priority.rs
+23 −10 src/library.rs
+8 −0 src/library_preprocessing.rs
+12 −4 src/main.rs
+109 −96 src/parser.rs
+44 −0 src/visitors.rs
+1 −1 src/writer/untabber.rs
2 changes: 1 addition & 1 deletion gir-files
Submodule gir-files updated 2 files
+2,509 −8,143 Gdk-3.0.gir
+6 −0 fix.sh

0 comments on commit 67d1e9f

Please sign in to comment.