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.
DataInputStream
1 parent a0d5234 commit d43af6aCopy full SHA for d43af6a
gio/src/data_input_stream.rs
@@ -220,7 +220,7 @@ pub trait DataInputStreamExtManual: sealed::Sealed + IsA<DataInputStream> + 'sta
220
if error.is_null() {
221
let length = length.assume_init();
222
Ok(FromGlibContainer::from_glib_full_num(
223
- ret as *const _,
+ ret as *mut u8,
224
length,
225
))
226
} else {
@@ -268,7 +268,7 @@ pub trait DataInputStreamExtManual: sealed::Sealed + IsA<DataInputStream> + 'sta
268
let result = if error.is_null() {
269
270
271
272
273
274
0 commit comments