Skip to content

Commit d6cb9cb

Browse files
glib/sys: Add aliases for some gtypes
1 parent d1813ff commit d6cb9cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

glib/sys/src/manual.rs

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

8+
pub use libc::c_int as gint;
9+
pub use libc::c_uint as guint;
10+
811
pub type GType = libc::size_t;
912

1013
#[cfg(all(not(unix), docsrs))]

0 commit comments

Comments
 (0)