Method

GgitTransferProgresscopy

Declaration [src]

GgitTransferProgress*
ggit_transfer_progress_copy (
  GgitTransferProgress* progress
)

Description [src]

Copies progress into a newly allocated GgitTransferProgress.

Return value

Returns: GgitTransferProgress
 

A newly allocated GgitTransferProgress or NULL.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.