-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hinawa/hinawa-sys: regenerate crates for libhinawa v2.5.0
The crates are regenerated from libhinawa v2.5.0: * https://github.com/alsa-project/libhinawa/releases/tag/2.5.0
- Loading branch information
Showing
31 changed files
with
1,412 additions
and
3,580 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Submodule gir
updated
27 files
+6 −6 | Cargo.lock | |
+4 −0 | book/book.toml | |
+5 −0 | book/src/config_api.md | |
+5 −5 | book/src/tutorial/high_level_rust_api.md | |
+4 −4 | book/src/tutorial/sys_library.md | |
+1 −1 | src/analysis/enums.rs | |
+1 −1 | src/analysis/flags.rs | |
+17 −5 | src/analysis/functions.rs | |
+1 −1 | src/analysis/mod.rs | |
+7 −7 | src/analysis/object.rs | |
+1 −1 | src/analysis/record.rs | |
+2 −2 | src/analysis/special_functions.rs | |
+1 −1 | src/codegen/doc/format.rs | |
+77 −23 | src/codegen/doc/gi_docgen.rs | |
+6 −0 | src/codegen/doc/mod.rs | |
+20 −0 | src/codegen/enums.rs | |
+21 −0 | src/codegen/flags.rs | |
+2 −1 | src/codegen/function.rs | |
+64 −1 | src/codegen/mod.rs | |
+11 −0 | src/codegen/object.rs | |
+2 −0 | src/codegen/signal_body.rs | |
+2 −0 | src/codegen/sys/tests.rs | |
+8 −0 | src/config/gobjects.rs | |
+1 −0 | src/library.rs | |
+1 −1 | src/library_postprocessing.rs | |
+4 −4 | src/nameutil.rs | |
+3 −0 | src/parser.rs |
Submodule gir-files
updated
13 files
+3 −3 | Atk-1.0.gir | |
+547 −135 | GLib-2.0.gir | |
+2 −2 | GModule-2.0.gir | |
+78 −16 | GObject-2.0.gir | |
+15 −0 | Gdk-3.0.gir | |
+45 −1 | Gdk-4.0.gir | |
+2 −2 | GdkPixbuf-2.0.gir | |
+3 −0 | GdkX11-3.0.gir | |
+129 −89 | Gio-2.0.gir | |
+6 −0 | Graphene-1.0.gir | |
+1 −1 | Gtk-3.0.gir | |
+181 −71 | Gtk-4.0.gir | |
+2 −2 | Pango-1.0.gir |
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
Oops, something went wrong.