Skip to content

Commit

Permalink
Update gir
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Feb 5, 2019
1 parent b8e135a commit 6ff6698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gir
Submodule gir updated 45 files
+150 −138 Cargo.lock
+3 −3 Cargo.toml
+19 −2 README.md
+61 −12 src/analysis/bounds.rs
+3 −2 src/analysis/child_properties.rs
+1 −0 src/analysis/conversion_type.rs
+3 −4 src/analysis/ffi_type.rs
+26 −25 src/analysis/function_parameters.rs
+494 −51 src/analysis/functions.rs
+1 −1 src/analysis/general.rs
+16 −45 src/analysis/object.rs
+15 −10 src/analysis/out_parameters.rs
+8 −4 src/analysis/properties.rs
+2 −1 src/analysis/return_value.rs
+107 −8 src/analysis/rust_type.rs
+3 −1 src/analysis/signals.rs
+0 −1 src/analysis/supertypes.rs
+7 −0 src/analysis/trampoline_parameters.rs
+17 −2 src/analysis/trampolines.rs
+4 −3 src/chunk/chunk.rs
+3 −2 src/codegen/child_properties.rs
+58 −13 src/codegen/doc/mod.rs
+68 −30 src/codegen/function.rs
+450 −35 src/codegen/function_body_chunk.rs
+86 −36 src/codegen/general.rs
+19 −1 src/codegen/object.rs
+1 −0 src/codegen/parameter.rs
+9 −5 src/codegen/properties.rs
+6 −6 src/codegen/property_body.rs
+3 −1 src/codegen/return_value.rs
+4 −5 src/codegen/signal.rs
+2 −8 src/codegen/signal_body.rs
+1 −3 src/codegen/sys/ffi_type.rs
+9 −7 src/codegen/trampoline.rs
+2 −2 src/codegen/trampoline_from_glib.rs
+2 −2 src/codegen/translate_from_glib.rs
+9 −2 src/codegen/translate_to_glib.rs
+24 −4 src/config/gobjects.rs
+9 −0 src/config/work_mode.rs
+90 −0 src/library.rs
+61 −1 src/library_postprocessing.rs
+1 −1 src/main.rs
+12 −0 src/nameutil.rs
+1 −0 src/parser.rs
+13 −11 src/writer/to_code.rs

0 comments on commit 6ff6698

Please sign in to comment.