RB.AsyncCopy¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class RB.AsyncCopy(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
RB.AsyncCopy
instance- Return type:
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:
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
) –