-
-
Notifications
You must be signed in to change notification settings - Fork 132
Automated PR: Changes from updating gir/gir-files #1821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
d47e40e
848cbd7
1f7724b
623a450
d621f11
e4fadff
35a85e5
82abb51
140bece
f4f74b3
c23fbb6
353f86a
bd5573f
4f862db
ceea97f
a61fbca
81715f1
654d642
8a1eb84
4762c60
b53e260
f9883ab
ecca590
c68c30d
0f99d90
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ jobs: | |
|
|
||
| env: | ||
| # git revision of gvsbuild we use for to build GLib and the other dependencies | ||
| gvsbuildref: 230e1074047b9654b76217c5d48b10c726fbe0f6 | ||
| gvsbuildref: 352e6772c61763af1178b1bb0c2cb0adb8f81d4b | ||
|
|
||
| # bump this number if you want to force a rebuild of gvsbuild with the same revision | ||
| gvsbuildupdate: 1 | ||
|
|
@@ -81,7 +81,9 @@ jobs: | |
| - { name: "cairo", test: true, args: "--features png,pdf,svg,ps,use_glib,v1_16,freetype,script,win32-surface" } | ||
| - { name: "gdk-pixbuf", test: true, args: "--features v2_42" } | ||
| - { name: "gio", test: true, args: "--features v2_80" } | ||
| - { name: "gio-win32", test: true, args: "--features v2_66" } | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Happened |
||
| - { name: "glib", test: true, args: "--features v2_80" } | ||
| - { name: "glib-win32", test: true } | ||
| - { name: "glib-build-tools", test: false, args: "" } | ||
| - { name: "graphene", test: false, args: "" } | ||
| - { name: "pango", test: true, args: "--features v1_52" } | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| Generated by gir (https://github.com/gtk-rs/gir @ d9a99899e425) | ||
| from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8) | ||
| Generated by gir (https://github.com/gtk-rs/gir @ 1d0088ebcb66) | ||
| from gir-files (https://github.com/gtk-rs/gir-files @ 6715d605e539) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,7 @@ pub use glib; | |
|
|
||
| #[allow(clippy::too_many_arguments)] | ||
| #[allow(unused_imports)] | ||
| #[allow(clippy::empty_line_after_outer_attr)] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is fixed now :) |
||
| mod auto; | ||
|
|
||
| pub mod subclass; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs rebasing for your other PR that was merged :)