Skip to content

Commit 1d4f082

Browse files
sdroegebilelmoussaoui
authored andcommitted
Regenerate with latest gir / gir-files
1 parent dc03c45 commit 1d4f082

File tree

21 files changed

+79
-26
lines changed

21 files changed

+79
-26
lines changed

gdk-pixbuf/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 25fc925cd3da)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 1b34ebba86cb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gdk-pixbuf/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 25fc925cd3da)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 1b34ebba86cb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gio/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 25fc925cd3da)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 1b34ebba86cb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gio/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 25fc925cd3da)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 1b34ebba86cb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

glib/gobject-sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 25fc925cd3da)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 1b34ebba86cb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

glib/src/auto/constants.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ pub static STR_DELIMITERS: &GStr =
9696
#[doc(alias = "G_TEST_OPTION_ISOLATE_DIRS")]
9797
pub static TEST_OPTION_ISOLATE_DIRS: &GStr =
9898
unsafe { GStr::from_utf8_with_nul_unchecked(ffi::G_TEST_OPTION_ISOLATE_DIRS) };
99+
#[cfg(feature = "v2_84")]
100+
#[cfg_attr(docsrs, doc(cfg(feature = "v2_84")))]
101+
#[doc(alias = "G_TEST_OPTION_NONFATAL_ASSERTIONS")]
102+
pub static TEST_OPTION_NONFATAL_ASSERTIONS: &GStr =
103+
unsafe { GStr::from_utf8_with_nul_unchecked(ffi::G_TEST_OPTION_NONFATAL_ASSERTIONS) };
104+
#[cfg(feature = "v2_84")]
105+
#[cfg_attr(docsrs, doc(cfg(feature = "v2_84")))]
106+
#[doc(alias = "G_TEST_OPTION_NO_PRGNAME")]
107+
pub static TEST_OPTION_NO_PRGNAME: &GStr =
108+
unsafe { GStr::from_utf8_with_nul_unchecked(ffi::G_TEST_OPTION_NO_PRGNAME) };
99109
#[doc(alias = "G_URI_RESERVED_CHARS_GENERIC_DELIMITERS")]
100110
pub static URI_RESERVED_CHARS_GENERIC_DELIMITERS: &GStr =
101111
unsafe { GStr::from_utf8_with_nul_unchecked(ffi::G_URI_RESERVED_CHARS_GENERIC_DELIMITERS) };

glib/src/auto/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,11 @@ pub use self::constants::STR_DELIMITERS;
124124
#[cfg(feature = "v2_60")]
125125
#[cfg_attr(docsrs, doc(cfg(feature = "v2_60")))]
126126
pub use self::constants::TEST_OPTION_ISOLATE_DIRS;
127+
#[cfg(feature = "v2_84")]
128+
#[cfg_attr(docsrs, doc(cfg(feature = "v2_84")))]
129+
pub use self::constants::TEST_OPTION_NONFATAL_ASSERTIONS;
130+
#[cfg(feature = "v2_84")]
131+
#[cfg_attr(docsrs, doc(cfg(feature = "v2_84")))]
132+
pub use self::constants::TEST_OPTION_NO_PRGNAME;
127133
pub use self::constants::URI_RESERVED_CHARS_GENERIC_DELIMITERS;
128134
pub use self::constants::URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;

glib/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 25fc925cd3da)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 1b34ebba86cb)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

glib/sys/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,8 @@ pub const GLIB_SYSDEF_MSG_DONTROUTE: c_int = 4;
794794
pub const GLIB_SYSDEF_MSG_OOB: c_int = 1;
795795
pub const GLIB_SYSDEF_MSG_PEEK: c_int = 2;
796796
pub const G_TEST_OPTION_ISOLATE_DIRS: &[u8] = b"isolate_dirs\0";
797+
pub const G_TEST_OPTION_NONFATAL_ASSERTIONS: &[u8] = b"nonfatal-assertions\0";
798+
pub const G_TEST_OPTION_NO_PRGNAME: &[u8] = b"no_g_set_prgname\0";
797799
pub const G_TIME_SPAN_DAY: i64 = 86400000000;
798800
pub const G_TIME_SPAN_HOUR: i64 = 3600000000;
799801
pub const G_TIME_SPAN_MILLISECOND: i64 = 1000;

glib/sys/tests/abi.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,8 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[
14881488
("(gint) G_TEST_LOG_STOP_CASE", "6"),
14891489
("(gint) G_TEST_LOG_STOP_SUITE", "11"),
14901490
("G_TEST_OPTION_ISOLATE_DIRS", "isolate_dirs"),
1491+
("G_TEST_OPTION_NONFATAL_ASSERTIONS", "nonfatal-assertions"),
1492+
("G_TEST_OPTION_NO_PRGNAME", "no_g_set_prgname"),
14911493
("(gint) G_TEST_RUN_FAILURE", "2"),
14921494
("(gint) G_TEST_RUN_INCOMPLETE", "3"),
14931495
("(gint) G_TEST_RUN_SKIPPED", "1"),

0 commit comments

Comments
 (0)