Method

GgitSignaturecopy

Declaration [src]

GgitSignature*
ggit_signature_copy (
  GgitSignature* signature
)

Description [src]

Create a copy of the signature.

Return value

Returns: GgitSignature
 

A GgitSignature or NULL.

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