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 fe14d4f commit 05f2b41Copy full SHA for 05f2b41
gdk4/src/drop.rs
@@ -13,7 +13,7 @@ impl Drop {
13
#[doc(alias = "gdk_drop_read_async")]
14
pub fn read_async<
15
P: IsA<gio::Cancellable>,
16
- Q: FnOnce(Result<(gio::InputStream, GString), glib::Error>) + Send + 'static,
+ Q: FnOnce(Result<(gio::InputStream, GString), glib::Error>) + 'static,
17
>(
18
&self,
19
mime_types: &[&str],
@@ -23,7 +23,7 @@ impl Drop {
23
) {
24
let user_data: Box<Q> = Box::new(callback);
25
unsafe extern "C" fn read_async_trampoline<
26
27
28
_source_object: *mut glib::gobject_ffi::GObject,
29
res: *mut gio::ffi::GAsyncResult,
0 commit comments