Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Update gir and gir-files
Browse files Browse the repository at this point in the history
  • Loading branch information
pbor committed Nov 1, 2023
1 parent e1a13fa commit c7a2b4d
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 49 files
+2 −2 .github/workflows/book.yml
+1 −1 .github/workflows/docs.yml
+5 −5 .github/workflows/main.yaml
+15 −0 .github/workflows/typos.yaml
+8 −0 .typos.toml
+25 −25 Cargo.lock
+3 −3 Cargo.toml
+1 −7 book/src/config/api.md
+1 −1 book/src/tutorial/handling_errors.md
+3 −1 book/src/tutorial/high_level_rust_api.md
+0 −4 src/analysis/enums.rs
+0 −4 src/analysis/flags.rs
+1 −16 src/analysis/functions.rs
+9 −13 src/analysis/mod.rs
+0 −6 src/analysis/object.rs
+2 −33 src/analysis/out_parameters.rs
+2 −2 src/analysis/override_string_type.rs
+0 −1 src/analysis/properties.rs
+0 −1 src/analysis/signals.rs
+0 −3 src/analysis/special_functions.rs
+3 −2 src/codegen/alias.rs
+12 −37 src/codegen/enums.rs
+12 −23 src/codegen/flags.rs
+2 −2 src/codegen/function_body_chunk.rs
+3 −4 src/codegen/functions.rs
+30 −15 src/codegen/general.rs
+2 −4 src/codegen/mod.rs
+2 −21 src/codegen/object.rs
+1 −2 src/codegen/objects.rs
+4 −4 src/codegen/sys/build.rs
+2 −3 src/codegen/sys/functions.rs
+2 −3 src/codegen/sys/lib_.rs
+19 −15 src/codegen/sys/tests.rs
+8 −8 src/codegen/trait_impls.rs
+0 −9 src/config/config.rs
+6 −9 src/config/constants.rs
+1 −4 src/config/error.rs
+18 −27 src/config/functions.rs
+9 −24 src/config/gobjects.rs
+6 −9 src/config/members.rs
+6 −9 src/config/properties.rs
+12 −18 src/config/signals.rs
+6 −9 src/config/virtual_methods.rs
+1 −1 src/library.rs
+1 −1 src/main.rs
+1 −1 src/nameutil.rs
+5 −6 src/parser.rs
+2 −3 src/update_version.rs
+4 −4 src/writer/to_code.rs
2 changes: 1 addition & 1 deletion gir-files

0 comments on commit c7a2b4d

Please sign in to comment.