Foundry.VcsDiff¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.VcsDiff(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
- list_deltas()¶
- Returns:
a [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] of [class`Foundry`.VcsDelta] or rejects with error
- Return type:
- load_stats()¶
- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.VcsStats] or rejects with error
- Return type:
- do_list_deltas() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] of [class`Foundry`.VcsDelta] or rejects with error
- Return type:
- do_load_stats() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.VcsStats] or rejects with error
- Return type: