TransferProgress
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "ggit_transfer_progress_get_type ()" ) ]
[ Compact ]
public class TransferProgress
Represents transfering progress.
Content:
Methods:
- public TransferProgress? copy ()
Copies this into a newly allocated
TransferProgress.
- public void free ()
Frees this.
- public uint get_indexed_objects ()
Gets the indexed objects of the transfer.
- public size_t get_received_bytes ()
Gets the received bytes of the transfer.
- public uint get_received_objects ()
Gets the received objects of the transfer.
- public uint get_total_objects ()
Gets the total objects of the transfer.