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 8959ff8 commit 67894aaCopy full SHA for 67894aa
gdk4/src/drop.rs
@@ -38,7 +38,7 @@ impl Drop {
38
&mut error,
39
);
40
let result = if error.is_null() {
41
- Ok((from_glib_full(ret), from_glib_full(out_mime_type)))
+ Ok((from_glib_full(ret), from_glib_none(out_mime_type)))
42
} else {
43
Err(from_glib_full(error))
44
};
0 commit comments