Ggit.TransferProgress – ggit-1.0 Reference Manual
Packages
ggit-1.0
Ggit
TransferProgress
copy
free
get_indexed_objects
get_received_bytes
get_received_objects
get_total_objects
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.
Namespace:
Ggit
Package:
ggit-1.0
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.