Ggit.RemoteCallbacks¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
Virtual Methods¶
- Inherited:
|
|
|
|
|
|
|
|
|
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Ggit.RemoteCallbacks(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Represents a git remote callbacks.
- do_completion(type) virtual¶
- Parameters:
type (
Ggit.RemoteCompletionType
) –
- do_credentials(url, username_from_url, allowed_types) virtual¶
- do_transfer_progress(stats) virtual¶
- Parameters:
stats (
Ggit.TransferProgress
) –
Signal Details¶
- Ggit.RemoteCallbacks.signals.completion(remote_callbacks, object)¶
- Signal Name:
completion
- Flags:
- Parameters:
remote_callbacks (
Ggit.RemoteCallbacks
) – The object which received the signalobject (
Ggit.RemoteCompletionType
) –
- Ggit.RemoteCallbacks.signals.progress(remote_callbacks, object)¶
- Signal Name:
progress
- Flags:
- Parameters:
remote_callbacks (
Ggit.RemoteCallbacks
) – The object which received the signalobject (
str
) –
- Ggit.RemoteCallbacks.signals.transfer_progress(remote_callbacks, object)¶
- Signal Name:
transfer-progress
- Flags:
- Parameters:
remote_callbacks (
Ggit.RemoteCallbacks
) – The object which received the signalobject (
Ggit.TransferProgress
) –