Home
last modified time | relevance | path

Searched refs:GioFuture (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/
H A Dgio_future.rs15 pub struct GioFuture<F, O, T, E> { struct
21 impl<F, O, T: 'static, E: 'static> GioFuture<F, O, T, E> implementation
27 Box::new(GioFuture { in new()
35 impl<F, O, T, E> Future for GioFuture<F, O, T, E> implementation
43 let GioFuture { in poll() localVariable
89 impl<F, O, T, E> Drop for GioFuture<F, O, T, E> { implementation
97 impl<F, O, T, E> Unpin for GioFuture<F, O, T, E> {} implementation
H A Dsocket_listener.rs108 use GioFuture; in accept_socket_async_future()
110 GioFuture::new(self, move |obj, send| { in accept_socket_async_future()
174 use GioFuture; in accept_async_future()
176 GioFuture::new(self, move |obj, send| { in accept_async_future()
H A Dsubprocess.rs68 use GioFuture; in communicate_utf8_async_future()
70 GioFuture::new(self, move |obj, send| { in communicate_utf8_async_future()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/
H A Dgio_future.rs11 pub struct GioFuture<F, O, T, E> { struct
30 impl<F, O, T: 'static, E: 'static> GioFuture<F, O, T, E> argument
35 pub fn new(obj: &O, schedule_operation: F) -> GioFuture<F, O, T, E> { in new()
36 GioFuture { in new()
45 impl<F, O, T, E> Future for GioFuture<F, O, T, E> implementation
53 let GioFuture { in poll() localVariable
107 impl<F, O, T, E> Drop for GioFuture<F, O, T, E> { implementation
116 impl<F, O, T, E> Unpin for GioFuture<F, O, T, E> {} implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/
H A Dgio_future.rs11 pub struct GioFuture<F, O, T, E> { struct
30 impl<F, O, T: 'static, E: 'static> GioFuture<F, O, T, E> argument
35 pub fn new(obj: &O, schedule_operation: F) -> GioFuture<F, O, T, E> { in new()
36 GioFuture { in new()
45 impl<F, O, T, E> Future for GioFuture<F, O, T, E> implementation
53 let GioFuture { in poll() localVariable
107 impl<F, O, T, E> Drop for GioFuture<F, O, T, E> { implementation
116 impl<F, O, T, E> Unpin for GioFuture<F, O, T, E> {} implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/
H A Dgio_future.rs11 pub struct GioFuture<F, O, T, E> { struct
30 impl<F, O, T: 'static, E: 'static> GioFuture<F, O, T, E> argument
35 pub fn new(obj: &O, schedule_operation: F) -> GioFuture<F, O, T, E> { in new()
36 GioFuture { in new()
45 impl<F, O, T, E> Future for GioFuture<F, O, T, E> implementation
53 let GioFuture { in poll() localVariable
107 impl<F, O, T, E> Drop for GioFuture<F, O, T, E> { implementation
116 impl<F, O, T, E> Unpin for GioFuture<F, O, T, E> {} implementation
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/
H A Dgio_future.rs15 pub struct GioFuture<F, O, T, E> { struct
33 impl<F, O, T: 'static, E: 'static> GioFuture<F, O, T, E> argument
38 pub fn new(obj: &O, schedule_operation: F) -> GioFuture<F, O, T, E> { in new()
39 GioFuture { in new()
47 impl<F, O, T, E> Future for GioFuture<F, O, T, E> implementation
55 let GioFuture { in poll() localVariable
106 impl<F, O, T, E> Drop for GioFuture<F, O, T, E> { implementation
114 impl<F, O, T, E> Unpin for GioFuture<F, O, T, E> {} implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/
H A Dgio_future.rs15 pub struct GioFuture<F, O, T, E> { struct
33 impl<F, O, T: 'static, E: 'static> GioFuture<F, O, T, E> implementation
38 pub fn new(obj: &O, schedule_operation: F) -> GioFuture<F, O, T, E> { in new()
39 GioFuture { in new()
47 impl<F, O, T, E> Future for GioFuture<F, O, T, E> implementation
55 let GioFuture { in poll() localVariable
106 impl<F, O, T, E> Drop for GioFuture<F, O, T, E> { implementation
114 impl<F, O, T, E> Unpin for GioFuture<F, O, T, E> {} implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/
H A Dgio_future.rs11 pub struct GioFuture<F, O, T, E> { struct
30 impl<F, O, T: 'static, E: 'static> GioFuture<F, O, T, E> argument
35 pub fn new(obj: &O, schedule_operation: F) -> GioFuture<F, O, T, E> { in new()
36 GioFuture { in new()
45 impl<F, O, T, E> Future for GioFuture<F, O, T, E> implementation
53 let GioFuture { in poll() localVariable
107 impl<F, O, T, E> Drop for GioFuture<F, O, T, E> { implementation
116 impl<F, O, T, E> Unpin for GioFuture<F, O, T, E> {} implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/
H A Dgio_future.rs11 pub struct GioFuture<F, O, T, E> { struct
30 impl<F, O, T: 'static, E: 'static> GioFuture<F, O, T, E> argument
35 pub fn new(obj: &O, schedule_operation: F) -> GioFuture<F, O, T, E> { in new()
36 GioFuture { in new()
45 impl<F, O, T, E> Future for GioFuture<F, O, T, E> implementation
53 let GioFuture { in poll() localVariable
107 impl<F, O, T, E> Drop for GioFuture<F, O, T, E> { implementation
116 impl<F, O, T, E> Unpin for GioFuture<F, O, T, E> {} implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/
H A Dgio_future.rs11 pub struct GioFuture<F, O, T, E> { struct
30 impl<F, O, T: 'static, E: 'static> GioFuture<F, O, T, E> argument
35 pub fn new(obj: &O, schedule_operation: F) -> GioFuture<F, O, T, E> { in new()
36 GioFuture { in new()
45 impl<F, O, T, E> Future for GioFuture<F, O, T, E> implementation
53 let GioFuture { in poll() localVariable
107 impl<F, O, T, E> Drop for GioFuture<F, O, T, E> { implementation
116 impl<F, O, T, E> Unpin for GioFuture<F, O, T, E> {} implementation
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dfile.rs852 use GioFuture; in append_to_async_future()
1033 use GioFuture; in create_async_future()
1116 use GioFuture; in create_readwrite_async_future()
1187 use GioFuture; in delete_async_future()
1257 use GioFuture; in eject_mountable_with_operation_future()
1478 use GioFuture; in load_bytes_async_future()
1575 use GioFuture; in load_contents_async_future()
1671 use GioFuture; in make_directory_async_future()
1922 use GioFuture; in mount_enclosing_volume_future()
1991 use GioFuture; in mount_mountable_future()
[all …]
H A Dsubprocess.rs131 use GioFuture; in communicate_async_future()
134 GioFuture::new(self, move |obj, send| { in communicate_async_future()
282 use GioFuture; in wait_async_future()
284 GioFuture::new(self, move |obj, send| { in wait_async_future()
351 use GioFuture; in wait_check_async_future()
353 GioFuture::new(self, move |obj, send| { in wait_check_async_future()
H A Doutput_stream.rs199 use GioFuture; in close_async_future()
201 GioFuture::new(self, move |obj, send| { in close_async_future()
271 use GioFuture; in flush_async_future()
273 GioFuture::new(self, move |obj, send| { in flush_async_future()
401 use GioFuture; in splice_async_future()
404 GioFuture::new(self, move |obj, send| { in splice_async_future()
518 use GioFuture; in write_bytes_async_future()
521 GioFuture::new(self, move |obj, send| { in write_bytes_async_future()
H A Dresolver.rs227 use GioFuture; in lookup_by_address_async_future()
230 GioFuture::new(self, move |obj, send| { in lookup_by_address_async_future()
312 use GioFuture; in lookup_by_name_async_future()
315 GioFuture::new(self, move |obj, send| { in lookup_by_name_async_future()
402 use GioFuture; in lookup_records_async_future()
405 GioFuture::new(self, move |obj, send| { in lookup_records_async_future()
496 use GioFuture; in lookup_service_async_future()
501 GioFuture::new(self, move |obj, send| { in lookup_service_async_future()
H A Dmount.rs217 use GioFuture; in eject_with_operation_future()
220 GioFuture::new(self, move |obj, send| { in eject_with_operation_future()
333 use GioFuture; in guess_content_type_future()
335 GioFuture::new(self, move |obj, send| { in guess_content_type_future()
418 use GioFuture; in remount_future()
421 GioFuture::new(self, move |obj, send| { in remount_future()
496 use GioFuture; in unmount_with_operation_future()
499 GioFuture::new(self, move |obj, send| { in unmount_with_operation_future()
H A Dinput_stream.rs165 use GioFuture; in close_async_future()
167 GioFuture::new(self, move |obj, send| { in close_async_future()
267 use GioFuture; in read_bytes_async_future()
269 GioFuture::new(self, move |obj, send| { in read_bytes_async_future()
359 use GioFuture; in skip_async_future()
361 GioFuture::new(self, move |obj, send| { in skip_async_future()
H A Ddrive.rs236 use GioFuture; in eject_with_operation_future()
239 GioFuture::new(self, move |obj, send| { in eject_with_operation_future()
385 use GioFuture; in poll_for_media_future()
387 GioFuture::new(self, move |obj, send| { in poll_for_media_future()
445 use GioFuture; in start_future()
448 GioFuture::new(self, move |obj, send| { in start_future()
511 use GioFuture; in stop_future()
514 GioFuture::new(self, move |obj, send| { in stop_future()
H A Dtls_interaction.rs170 use GioFuture; in ask_password_async_future()
173 GioFuture::new(self, move |obj, send| { in ask_password_async_future()
305 use GioFuture; in request_certificate_async_future()
308 GioFuture::new(self, move |obj, send| { in request_certificate_async_future()
H A Dpermission.rs130 use GioFuture; in acquire_async_future()
132 GioFuture::new(self, move |obj, send| { in acquire_async_future()
233 use GioFuture; in release_async_future()
235 GioFuture::new(self, move |obj, send| { in release_async_future()
H A Dtls_database.rs254 use GioFuture; in lookup_certificate_for_handle_async_future()
258 GioFuture::new(self, move |obj, send| { in lookup_certificate_for_handle_async_future()
364 use GioFuture; in lookup_certificate_issuer_async_future()
368 GioFuture::new(self, move |obj, send| { in lookup_certificate_issuer_async_future()
520 use GioFuture; in verify_chain_async_future()
526 GioFuture::new(self, move |obj, send| { in verify_chain_async_future()
H A Dvolume.rs172 use GioFuture; in eject_with_operation_future()
175 GioFuture::new(self, move |obj, send| { in eject_with_operation_future()
299 use GioFuture; in mount_future()
302 GioFuture::new(self, move |obj, send| { in mount_future()
H A Dsocket_address_enumerator.rs105 use GioFuture; in next_async_future()
107 GioFuture::new(self, move |obj, send| { in next_async_future()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dicon_info.rs121 use gio::GioFuture; in load_icon_async_future()
123 GioFuture::new(self, move |obj, send| { in load_icon_async_future()
242 use gio::GioFuture; in load_symbolic_async_future()
248 GioFuture::new(self, move |obj, send| { in load_symbolic_async_future()
341 use gio::GioFuture; in load_symbolic_for_context_async_future()
344 GioFuture::new(self, move |obj, send| { in load_symbolic_for_context_async_future()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-pixbuf-0.7.0/src/
H A Dpixbuf.rs180 use gio::GioFuture; in new_from_stream_async_future()
183 GioFuture::new(&(), move |_obj, send| { in new_from_stream_async_future()
249 use gio::GioFuture; in new_from_stream_at_scale_async_future()
252 GioFuture::new(&(), move |_obj, send| { in new_from_stream_at_scale_async_future()
370 use gio::GioFuture; in get_file_info_async_future()
372 GioFuture::new(&(), move |_obj, send| { in get_file_info_async_future()
501 use gio::GioFuture; in save_to_streamv_async_future()
509 GioFuture::new(self, move |obj, send| { in save_to_streamv_async_future()

12345678910>>...14