We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ed88a commit 97c6155Copy full SHA for 97c6155
glib/sys/src/manual.rs
@@ -5,6 +5,9 @@ pub use libc::passwd;
5
#[allow(unused_imports)]
6
use libc::{c_char, c_int, c_ushort, c_void};
7
8
+pub use libc::c_int as gint;
9
+pub use libc::c_uint as guint;
10
+
11
pub type GType = libc::size_t;
12
13
#[cfg(all(not(unix), docsrs))]
0 commit comments