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.
gobject-sys::GObject
1 parent 24b026a commit 49f43ccCopy full SHA for 49f43cc
gdk4/src/subclass/content_provider.rs
@@ -374,7 +374,7 @@ unsafe extern "C" fn content_provider_write_mime_type_async<T: ContentProviderIm
374
let closure = move |task: gio::LocalTask<bool>, source_object: Option<&glib::Object>| {
375
let result: *mut gio::ffi::GAsyncResult =
376
task.upcast_ref::<gio::AsyncResult>().to_glib_none().0;
377
- let source_object: *mut glib::object::GObject = source_object.to_glib_none().0;
+ let source_object: *mut glib::gobject_ffi::GObject = source_object.to_glib_none().0;
378
callback.unwrap()(source_object, result, user_data)
379
};
380
0 commit comments