c
GObject.Object
Gio.SimpleAsyncResult
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GSimpleAsyncResult |
Class : | SimpleAsyncResult |
Implements: | Gio.AsyncResult |
Extends: | GObject.Object |
None |
Method / Constructor | Defined By | |
---|---|---|
new Gio.SimpleAsyncResult
()
Create a new Gio.SimpleAsyncResult
Create a new Gio.SimpleAsyncResult
|
||
new Gio.SimpleAsyncResult.c_new
(Object source_object, Function callback, void* user_data, void* source_tag)
:
Gio.SimpleAsyncResult
Create a new Gio.SimpleAsyncResult
Create a new Gio.SimpleAsyncResult
|
||
new Gio.SimpleAsyncResult.from_error
(Object source_object, Function callback, void* user_data, Object error)
:
Gio.SimpleAsyncResult
Create a new Gio.SimpleAsyncResult
Create a new Gio.SimpleAsyncResult
|
||
|
Gio.SimpleAsyncResult | |
complete
()
:
none
|
Gio.SimpleAsyncResult | |
complete_in_idle
()
:
none
|
Gio.SimpleAsyncResult | |
get_op_res_gboolean
()
:
gboolean
|
Gio.SimpleAsyncResult | |
get_op_res_gssize
()
:
gint64
|
Gio.SimpleAsyncResult | |
get_source_object
()
:
GObject.Object
|
Gio.AsyncResult | |
get_user_data
()
:
void*
|
Gio.AsyncResult | |
Gio.AsyncResult | ||
legacy_propagate_error
()
:
gboolean
|
Gio.AsyncResult | |
propagate_error
()
:
gboolean
|
Gio.SimpleAsyncResult | |
set_check_cancellable
(Cancellable check_cancellable)
:
none
|
Gio.SimpleAsyncResult | |
set_from_error
(Object error)
:
none
|
Gio.SimpleAsyncResult | |
set_handle_cancellation
(gboolean handle_cancellation)
:
none
|
Gio.SimpleAsyncResult | |
set_op_res_gboolean
(gboolean op_res)
:
none
|
Gio.SimpleAsyncResult | |
set_op_res_gssize
(gint64 op_res)
:
none
|
Gio.SimpleAsyncResult |
None |