Struct gio_2_0_sys::GAsyncResultIface [] [src]

#[repr(C)]
pub struct GAsyncResultIface { pub g_iface: GTypeInterface, pub get_user_data: Option<extern "C" fn(_: *mut GAsyncResult) -> gpointer>, pub get_source_object: Option<extern "C" fn(_: *mut GAsyncResult) -> *mut GObject>, pub is_tagged: Option<extern "C" fn(_: *mut GAsyncResult, _: gpointer) -> gboolean>, }

Fields