Ggit.RemoteCallbacks¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
Virtual Methods¶
| Inherited: | GObject.Object (7) | 
|---|
| do_completion(type) | |
| do_credentials(url, username_from_url, allowed_types) | |
| do_progress(message) | |
| do_transfer_progress(stats) | |
| do_update_tips(refname, a, b) | 
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
| Name | Short Description | 
|---|---|
| completion | |
| progress | |
| transfer-progress | |
| update-tips | 
Class Details¶
- 
class Ggit.RemoteCallbacks(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - Structure: - Ggit.RemoteCallbacksClass- Represents a git remote callbacks. - 
do_completion(type) virtual¶
- Parameters: - type ( - Ggit.RemoteCompletionType) –
 - 
do_credentials(url, username_from_url, allowed_types) virtual¶
- Parameters: - url (str) – the url.
- username_from_url (strorNone) – the username extracted from the url.
- allowed_types (Ggit.Credtype) – the allowed credential types.
 - Returns: - Return type: 
- url (
 - 
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 signal
- object (Ggit.RemoteCompletionType) –
 
- remote_callbacks (
- 
Ggit.RemoteCallbacks.signals.progress(remote_callbacks, object)¶
- Signal Name: - progress- Flags: - Parameters: - remote_callbacks (Ggit.RemoteCallbacks) – The object which received the signal
- object (str) –
 
- remote_callbacks (
- 
Ggit.RemoteCallbacks.signals.transfer_progress(remote_callbacks, object)¶
- Signal Name: - transfer-progress- Flags: - Parameters: - remote_callbacks (Ggit.RemoteCallbacks) – The object which received the signal
- object (Ggit.TransferProgress) –
 
- remote_callbacks (