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

Commit 84230a6

Browse files
committed
Regenerate with latest gir (gboolean return codes)
1 parent 01cb5ed commit 84230a6

24 files changed

+43
-43
lines changed

atk/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 878c7cdd654c)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 7ca0cbfc850e)
22
from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)

atk/sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#[allow(unused_imports)]
1515
use libc::{
1616
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
17-
intptr_t, size_t, ssize_t, time_t, uintptr_t, FILE,
17+
intptr_t, size_t, ssize_t, uintptr_t, FILE,
1818
};
1919

2020
#[allow(unused_imports)]

atk/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 878c7cdd654c)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 7ca0cbfc850e)
22
from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)

gdk/src/auto/gl_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ impl GLContext {
118118
unsafe {
119119
let mut error = ptr::null_mut();
120120
let is_ok = ffi::gdk_gl_context_realize(self.to_glib_none().0, &mut error);
121-
assert_eq!(is_ok == 0, !error.is_null());
121+
assert_eq!(is_ok == glib::ffi::GFALSE, !error.is_null());
122122
if error.is_null() {
123123
Ok(())
124124
} else {

gdk/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 878c7cdd654c)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 7ca0cbfc850e)
22
from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)

gdk/sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#[allow(unused_imports)]
1515
use libc::{
1616
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
17-
intptr_t, size_t, ssize_t, time_t, uintptr_t, FILE,
17+
intptr_t, size_t, ssize_t, uintptr_t, FILE,
1818
};
1919

2020
#[allow(unused_imports)]

gdk/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 878c7cdd654c)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 7ca0cbfc850e)
22
from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)

gdkx11/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 878c7cdd654c)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 7ca0cbfc850e)
22
from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)

gdkx11/sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub use manual::*;
1818
#[allow(unused_imports)]
1919
use libc::{
2020
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
21-
intptr_t, size_t, ssize_t, time_t, uintptr_t, FILE,
21+
intptr_t, size_t, ssize_t, uintptr_t, FILE,
2222
};
2323

2424
#[allow(unused_imports)]

gdkx11/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 878c7cdd654c)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 7ca0cbfc850e)
22
from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)

0 commit comments

Comments
 (0)