Home
last modified time | relevance | path

Searched refs:Cancellable (Results 1 – 25 of 1589) sorted by relevance

12345678910>>...64

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dcancellable.cc178 Cancellable::Cancellable(const Glib::ConstructParams& construct_params) in Cancellable() function in Gio::Cancellable
185 Cancellable::Cancellable(GCancellable* castitem) in Cancellable() function in Gio::Cancellable
191 Cancellable::Cancellable(Cancellable&& src) noexcept in Cancellable() function in Gio::Cancellable
195 Cancellable& Cancellable::operator=(Cancellable&& src) noexcept in operator =()
202 Cancellable::~Cancellable() noexcept in ~Cancellable()
220 Cancellable::Cancellable() in Cancellable() function in Gio::Cancellable
230 Glib::RefPtr<Cancellable> Cancellable::create() in create()
232 return Glib::RefPtr<Cancellable>( new Cancellable() ); in create()
255 void Cancellable::cancel() in cancel()
260 Glib::RefPtr<Cancellable> Cancellable::get_current() in get_current()
[all …]
H A Dcancellable.h51 class GIOMM_API Cancellable : public Glib::Object
57 using CppObjectType = Cancellable;
63 Cancellable(const Cancellable&) = delete;
64 Cancellable& operator=(const Cancellable&) = delete;
71 explicit Cancellable(GCancellable* castitem);
77 Cancellable(Cancellable&& src) noexcept;
78 Cancellable& operator=(Cancellable&& src) noexcept;
80 ~Cancellable() noexcept override;
105 Cancellable();
111 static Glib::RefPtr<Cancellable> create();
[all …]
H A Dfile.h839 Glib::RefPtr<FileInputStream> read(const Glib::RefPtr<Cancellable>& cancellable);
1282 Glib::RefPtr<FileIOStream> open_readwrite(const Glib::RefPtr<Cancellable>& cancellable);
1517 bool query_exists(const Glib::RefPtr<Cancellable>& cancellable) const;
1657 Glib::RefPtr<Mount> find_enclosing_mount(const Glib::RefPtr<Cancellable>& cancellable);
1903 bool remove(const Glib::RefPtr<Cancellable>& cancellable);
1960 bool trash(const Glib::RefPtr<Cancellable>& cancellable);
2175 bool make_directory(const Glib::RefPtr<Cancellable>& cancellable);
2235 bool make_directory_with_parents(const Glib::RefPtr<Cancellable>& cancellable);
3117 void poll_mountable(const SlotAsyncReady& slot, const Glib::RefPtr<Cancellable>& cancellable);
3168 Glib::RefPtr<AppInfo> query_default_handler(const Glib::RefPtr<Cancellable>& cancellable);
[all …]
H A Ddatainputstream.h153 guchar read_byte(const Glib::RefPtr<Cancellable>& cancellable);
170 gint16 read_int16(const Glib::RefPtr<Cancellable>& cancellable);
187 guint16 read_uint16(const Glib::RefPtr<Cancellable>& cancellable);
208 gint32 read_int32(const Glib::RefPtr<Cancellable>& cancellable);
229 guint32 read_uint32(const Glib::RefPtr<Cancellable>& cancellable);
250 gint64 read_int64(const Glib::RefPtr<Cancellable>& cancellable);
271 guint64 read_uint64(const Glib::RefPtr<Cancellable>& cancellable);
288 bool read_line(std::string& line, const Glib::RefPtr<Cancellable>& cancellable);
317 …void read_line_utf8(std::string& line, const Glib::RefPtr<Cancellable>& cancellable, gsize& length…
320 void read_line_utf8(std::string& line, const Glib::RefPtr<Cancellable>& cancellable);
[all …]
H A Dsocket.h359 const Glib::RefPtr<Cancellable>& cancellable);
361 Socket(int fd, const Glib::RefPtr<Cancellable>& cancellable);
394 const Glib::RefPtr<Cancellable>& cancellable = Glib::RefPtr<Cancellable>());
425 static Glib::RefPtr<Socket> create_from_fd(int fd, const Glib::RefPtr<Cancellable>&
426 cancellable = Glib::RefPtr<Cancellable>());
489 Glib::RefPtr<Socket> accept(const Glib::RefPtr<Cancellable>& cancellable);
570 gssize receive(char* buffer, gsize size, const Glib::RefPtr<Cancellable>& cancellable);
608 gssize send(const gchar* buffer, gsize size, const Glib::RefPtr<Cancellable>& cancellable);
717 …e(Glib::IOCondition condition, const Glib::RefPtr<Cancellable>& cancellable = Glib::RefPtr<Cancell…
1130 …er, gsize size, bool blocking, const Glib::RefPtr<Cancellable>& cancellable = Glib::RefPtr<Cancell…
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/
H A Dlib.rs126 pub type Cancellable<T> = Result<T, Cancelled>; typedef
298 ) -> Cancellable<String> { in syntax_tree()
343 ) -> Cancellable<Option<SourceChange>> { in on_char_typed()
362 ) -> Cancellable<Vec<InlayHint>> { in inlay_hints()
505 ) -> Cancellable<Vec<Runnable>> { in related_tests()
552 ) -> Cancellable<Vec<TextEdit>> { in resolve_completion_edits()
564 ) -> Cancellable<Vec<Diagnostic>> { in diagnostics()
575 ) -> Cancellable<Vec<Assist>> { in assists_with_fixes()
623 ) -> Cancellable<Option<SourceChange>> { in will_rename_file()
648 ) -> Cancellable<Vec<Annotation>> { in annotations()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dlib.rs122 pub type Cancellable<T> = Result<T, Cancelled>; typedef
289 ) -> Cancellable<String> { in syntax_tree()
334 ) -> Cancellable<Option<SourceChange>> { in on_char_typed()
353 ) -> Cancellable<Vec<InlayHint>> { in inlay_hints()
488 ) -> Cancellable<Vec<Runnable>> { in related_tests()
535 ) -> Cancellable<Vec<TextEdit>> { in resolve_completion_edits()
550 ) -> Cancellable<Vec<Assist>> { in assists()
565 ) -> Cancellable<Vec<Diagnostic>> { in diagnostics()
576 ) -> Cancellable<Vec<Assist>> { in assists_with_fixes()
649 ) -> Cancellable<Vec<Annotation>> { in annotations()
[all …]
/dports/deskutils/pinot/pinot-1.20/IndexSearch/
H A DPinotDBus_proxy.h29 const Glib::RefPtr<Gio::Cancellable> &cancellable = {});
35 const Glib::RefPtr<Gio::Cancellable> &cancellable = {},
44 const Glib::RefPtr<Gio::Cancellable> &cancellable = {},
89 const Glib::RefPtr<Gio::Cancellable> &cancellable = {});
95 const Glib::RefPtr<Gio::Cancellable> &cancellable = {},
108 const Glib::RefPtr<Gio::Cancellable> &cancellable = {},
113 const Glib::RefPtr<Gio::Cancellable> &cancellable = {},
122 const Glib::RefPtr<Gio::Cancellable> &cancellable = {},
127 const Glib::RefPtr<Gio::Cancellable> &cancellable = {},
136 const Glib::RefPtr<Gio::Cancellable> &cancellable = {},
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dgcancellable.go14 type Cancellable struct { struct
19 func (v *Cancellable) native() *C.GCancellable { argument
31 func wrapCancellable(obj *Object) *Cancellable {
32 return &Cancellable{obj}
36 func CancellableNew() (*Cancellable, error) {
45 func (v *Cancellable) IsCancelled() bool { argument
51 func (v *Cancellable) SetErrorIfCancelled() error { argument
63 func (v *Cancellable) GetFD() int { argument
75 func (v *Cancellable) ReleaseFD() { argument
80 func (v *Cancellable) SourceNew() *Source { argument
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dgcancellable.go14 type Cancellable struct { struct
19 func (v *Cancellable) native() *C.GCancellable { argument
31 func wrapCancellable(obj *Object) *Cancellable {
32 return &Cancellable{obj}
36 func CancellableNew() (*Cancellable, error) {
45 func (v *Cancellable) IsCancelled() bool { argument
51 func (v *Cancellable) SetErrorIfCancelled() error { argument
63 func (v *Cancellable) GetFD() int { argument
75 func (v *Cancellable) ReleaseFD() { argument
80 func (v *Cancellable) SourceNew() *Source { argument
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgcancellable.go14 type Cancellable struct { struct
19 func (v *Cancellable) native() *C.GCancellable { argument
31 func wrapCancellable(obj *Object) *Cancellable {
32 return &Cancellable{obj}
36 func CancellableNew() (*Cancellable, error) {
45 func (v *Cancellable) IsCancelled() bool { argument
51 func (v *Cancellable) SetErrorIfCancelled() error { argument
63 func (v *Cancellable) GetFD() int { argument
75 func (v *Cancellable) ReleaseFD() { argument
80 func (v *Cancellable) SourceNew() *Source { argument
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgcancellable.go14 type Cancellable struct { struct
19 func (v *Cancellable) native() *C.GCancellable { argument
31 func wrapCancellable(obj *Object) *Cancellable {
32 return &Cancellable{obj}
36 func CancellableNew() (*Cancellable, error) {
45 func (v *Cancellable) IsCancelled() bool { argument
51 func (v *Cancellable) SetErrorIfCancelled() error { argument
63 func (v *Cancellable) GetFD() int { argument
75 func (v *Cancellable) ReleaseFD() { argument
80 func (v *Cancellable) SourceNew() *Source { argument
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dcancellable.rs27 impl Cancellable { implementation
28 pub fn new() -> Cancellable { in new()
32 pub fn get_current() -> Option<Cancellable> { in get_current()
37 impl Default for Cancellable { implementation
43 unsafe impl Send for Cancellable {} implementation
44 unsafe impl Sync for Cancellable {} implementation
46 pub const NONE_CANCELLABLE: Option<&Cancellable> = None;
72 impl<O: IsA<Cancellable>> CancellableExt for O {
143 P: IsA<Cancellable>, in connect_cancelled() argument
146 f(&Cancellable::from_glib_borrow(this).unsafe_cast()) in connect_cancelled()
[all …]
H A Ddata_output_stream.rs19 use Cancellable;
93 fn put_byte<P: IsA<Cancellable>>( in put_byte()
99 fn put_int16<P: IsA<Cancellable>>( in put_int16()
105 fn put_int32<P: IsA<Cancellable>>( in put_int32()
111 fn put_int64<P: IsA<Cancellable>>( in put_int64()
117 fn put_string<P: IsA<Cancellable>>( in put_string()
123 fn put_uint16<P: IsA<Cancellable>>( in put_uint16()
129 fn put_uint32<P: IsA<Cancellable>>( in put_uint32()
155 fn put_byte<P: IsA<Cancellable>>( in put_byte()
176 fn put_int16<P: IsA<Cancellable>>( in put_int16()
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dcancellable.rs27 impl Cancellable { implementation
28 pub fn new() -> Cancellable { in new()
32 pub fn get_current() -> Option<Cancellable> { in get_current()
37 impl Default for Cancellable { implementation
43 unsafe impl Send for Cancellable {} implementation
44 unsafe impl Sync for Cancellable {} implementation
46 pub const NONE_CANCELLABLE: Option<&Cancellable> = None;
72 impl<O: IsA<Cancellable>> CancellableExt for O {
143 P: IsA<Cancellable>, in connect_cancelled() argument
146 f(&Cancellable::from_glib_borrow(this).unsafe_cast()) in connect_cancelled()
[all …]
H A Ddata_output_stream.rs18 use Cancellable;
99 fn put_int16<P: IsA<Cancellable>>( in put_int16()
105 fn put_int32<P: IsA<Cancellable>>( in put_int32()
111 fn put_int64<P: IsA<Cancellable>>( in put_int64()
117 fn put_string<P: IsA<Cancellable>>( in put_string()
123 fn put_uint16<P: IsA<Cancellable>>( in put_uint16()
129 fn put_uint32<P: IsA<Cancellable>>( in put_uint32()
135 fn put_uint64<P: IsA<Cancellable>>( in put_uint64()
155 fn put_byte<P: IsA<Cancellable>>( in put_byte()
176 fn put_int16<P: IsA<Cancellable>>( in put_int16()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dcancellable.rs27 impl Cancellable { impl
28 pub fn new() -> Cancellable { in new()
32 pub fn get_current() -> Option<Cancellable> { in get_current()
37 impl Default for Cancellable { implementation
43 unsafe impl Send for Cancellable {} implementation
44 unsafe impl Sync for Cancellable {} implementation
46 pub const NONE_CANCELLABLE: Option<&Cancellable> = None;
72 impl<O: IsA<Cancellable>> CancellableExt for O {
143 P: IsA<Cancellable>, in connect_cancelled() argument
146 f(&Cancellable::from_glib_borrow(this).unsafe_cast()) in connect_cancelled()
[all …]
H A Ddata_output_stream.rs19 use Cancellable;
93 fn put_byte<P: IsA<Cancellable>>( in put_byte()
99 fn put_int16<P: IsA<Cancellable>>( in put_int16()
105 fn put_int32<P: IsA<Cancellable>>( in put_int32()
111 fn put_int64<P: IsA<Cancellable>>( in put_int64()
117 fn put_string<P: IsA<Cancellable>>( in put_string()
123 fn put_uint16<P: IsA<Cancellable>>( in put_uint16()
129 fn put_uint32<P: IsA<Cancellable>>( in put_uint32()
155 fn put_byte<P: IsA<Cancellable>>( in put_byte()
176 fn put_int16<P: IsA<Cancellable>>( in put_int16()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dcancellable.rs24 impl Cancellable { implementation
26 pub fn new() -> Cancellable { in new()
32 pub fn current() -> Option<Cancellable> { in current()
37 impl Default for Cancellable { implementation
43 unsafe impl Send for Cancellable {} implementation
44 unsafe impl Sync for Cancellable {} implementation
46 pub const NONE_CANCELLABLE: Option<&Cancellable> = None;
84 impl<O: IsA<Cancellable>> CancellableExt for O {
152 P: IsA<Cancellable>, in connect_cancelled() argument
159 f(Cancellable::from_glib_borrow(this).unsafe_cast_ref()) in connect_cancelled()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dcancellable.rs24 impl Cancellable { implementation
26 pub fn new() -> Cancellable { in new()
32 pub fn current() -> Option<Cancellable> { in current()
37 impl Default for Cancellable { implementation
43 unsafe impl Send for Cancellable {} implementation
44 unsafe impl Sync for Cancellable {} implementation
46 pub const NONE_CANCELLABLE: Option<&Cancellable> = None;
84 impl<O: IsA<Cancellable>> CancellableExt for O {
152 P: IsA<Cancellable>, in connect_cancelled() argument
159 f(Cancellable::from_glib_borrow(this).unsafe_cast_ref()) in connect_cancelled()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dcancellable.rs24 impl Cancellable { implementation
26 pub fn new() -> Cancellable { in new()
32 pub fn current() -> Option<Cancellable> { in current()
37 impl Default for Cancellable { implementation
43 unsafe impl Send for Cancellable {} implementation
44 unsafe impl Sync for Cancellable {} implementation
46 pub const NONE_CANCELLABLE: Option<&Cancellable> = None;
84 impl<O: IsA<Cancellable>> CancellableExt for O {
152 P: IsA<Cancellable>, in connect_cancelled() argument
159 f(Cancellable::from_glib_borrow(this).unsafe_cast_ref()) in connect_cancelled()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dcancellable.rs24 impl Cancellable { implementation
26 pub fn new() -> Cancellable { in new()
32 pub fn current() -> Option<Cancellable> { in current()
37 impl Default for Cancellable { implementation
43 unsafe impl Send for Cancellable {} implementation
44 unsafe impl Sync for Cancellable {} implementation
46 pub const NONE_CANCELLABLE: Option<&Cancellable> = None;
84 impl<O: IsA<Cancellable>> CancellableExt for O {
152 P: IsA<Cancellable>, in connect_cancelled() argument
159 f(Cancellable::from_glib_borrow(this).unsafe_cast_ref()) in connect_cancelled()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dcancellable.rs24 impl Cancellable { implementation
26 pub fn new() -> Cancellable { in new()
32 pub fn current() -> Option<Cancellable> { in current()
37 impl Default for Cancellable { implementation
43 unsafe impl Send for Cancellable {} implementation
44 unsafe impl Sync for Cancellable {} implementation
46 pub const NONE_CANCELLABLE: Option<&Cancellable> = None;
84 impl<O: IsA<Cancellable>> CancellableExt for O {
152 P: IsA<Cancellable>, in connect_cancelled() argument
159 f(Cancellable::from_glib_borrow(this).unsafe_cast_ref()) in connect_cancelled()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dcancellable.rs24 impl Cancellable { implementation
26 pub fn new() -> Cancellable { in new()
32 pub fn current() -> Option<Cancellable> { in current()
37 impl Default for Cancellable { implementation
43 unsafe impl Send for Cancellable {} implementation
44 unsafe impl Sync for Cancellable {} implementation
46 pub const NONE_CANCELLABLE: Option<&Cancellable> = None;
84 impl<O: IsA<Cancellable>> CancellableExt for O {
152 P: IsA<Cancellable>, in connect_cancelled() argument
159 f(Cancellable::from_glib_borrow(this).unsafe_cast_ref()) in connect_cancelled()
[all …]
/dports/lang/vala/vala-0.48.18/vapi/
H A Dlibgeoclue-2.0.vapi81 public async bool call_start (GLib.Cancellable? cancellable) throws GLib.Error;
82 public bool call_start_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
83 public async bool call_stop (GLib.Cancellable? cancellable) throws GLib.Error;
84 public bool call_stop_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
129 public async bool call_add_agent (string arg_id, GLib.Cancellable? cancellable) throws GLib.Error;
130 …public bool call_add_agent_sync (string arg_id, GLib.Cancellable? cancellable = null) throws GLib.…
132 …public async bool call_create_client (GLib.Cancellable? cancellable, out string out_client) throws…
134 …public async bool call_delete_client (string arg_client, GLib.Cancellable? cancellable) throws GLi…
135 …public bool call_delete_client_sync (string arg_client, GLib.Cancellable? cancellable = null) thro…
137 …public async bool call_get_client (GLib.Cancellable? cancellable, out string out_client) throws GL…
[all …]

12345678910>>...64