Top | ![]() |
![]() |
![]() |
![]() |
gint (*GgitTransferProgressCallback) (GgitTransferProgress *stats
,gpointer user_data
);
Progress callbacks during indexing.
GgitTransferProgress *
ggit_transfer_progress_copy (GgitTransferProgress *progress
);
Copies progress
into a newly allocated GgitTransferProgress.
void
ggit_transfer_progress_free (GgitTransferProgress *progress
);
Frees progress
.
guint
ggit_transfer_progress_get_total_objects
(GgitTransferProgress *progress
);
Gets the total objects of the transfer.
guint
ggit_transfer_progress_get_indexed_objects
(GgitTransferProgress *progress
);
Gets the indexed objects of the transfer.
guint
ggit_transfer_progress_get_received_objects
(GgitTransferProgress *progress
);
Gets the received objects of the transfer.
gsize
ggit_transfer_progress_get_received_bytes
(GgitTransferProgress *progress
);
Gets the received bytes of the transfer.