Method

GgitSignatureget_time

Declaration [src]

GDateTime*
ggit_signature_get_time (
  GgitSignature* signature
)

Description [src]

Gets the time when the action happened. Note that the time is returned in the timezone of the commit (see #ggit_signature_get_time_zone).

Return value

Returns: GDateTime
 

The time when the action happened or NULL.

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