Skip to content

Commit 528c43a

Browse files
glib/sys: Workaround dropped GType
The commit will be removed once the new fixed gir file lands
1 parent d0069a3 commit 528c43a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

glib/sys/src/manual.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ pub use libc::passwd;
55
#[allow(unused_imports)]
66
use libc::{c_char, c_int, c_ushort, c_void};
77

8+
pub type GType = libc::size_t;
9+
810
#[cfg(all(not(unix), docsrs))]
911
#[repr(C)]
1012
pub struct passwd {

0 commit comments

Comments
 (0)