RB.AsyncCopy¶
Subclasses: | None |
---|
Methods¶
Inherited: | GObject.Object (37) |
---|---|
Structs: | GObject.ObjectClass (5) |
class | new () |
cancel () |
|
get_error () |
|
set_progress (callback, *user_data) |
|
start (src, dest, callback, *user_data) |
Virtual Methods¶
Inherited: | GObject.Object (7) |
---|
Properties¶
None
Signals¶
Inherited: | GObject.Object (1) |
---|
Class Details¶
-
class
RB.
AsyncCopy
(**kwargs)¶ Bases: GObject.Object
Abstract: No Structure: RB.AsyncCopyClass
-
classmethod
new
()¶ Returns: RB.AsyncCopy
instanceReturn type: RB.AsyncCopy
Creates and returns a new
RB.AsyncCopy
instance.
-
cancel
()¶ Cancels the loading operation, ensuring that the callback will not be called again.
-
get_error
()¶ Returns: copy error or None
Return type: GLib.Error
If an error has occurred that prevents the copy from proceeding, this function will return a
GLib.Error
, otherwiseNone
.
-
set_progress
(callback, *user_data)¶ Parameters: - callback (
RB.AsyncCopyProgressCallback
) – - user_data (
object
orNone
) –
- callback (
-
classmethod