Class

GgitSignature

Description [src]

final class Ggit.Signature : Ggit.Native {
  /* No available fields */
}

Represents an action signature.

Ancestors

Constructors

ggit_signature_new

Creates a new GgitSignature. Name and e-mail are assumed to be in UTF-8.

ggit_signature_new_now

Creates a new GgitSignature with a timestamp of ‘now’. Name and e-mail are assumed to be in UTF-8.

Instance methods

ggit_signature_copy

Create a copy of the signature.

ggit_signature_get_email

Gets the email of the person.

ggit_signature_get_name

Gets the name of the person.

ggit_signature_get_time

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).

ggit_signature_get_time_zone

Gets the timezone in which the action happened.

Properties

Ggit.Signature:encoding
No description available.
Properties inherited from GgitNative (1)
Ggit.Native:native
No description available.

Class structure

struct GgitSignatureClass {
  GgitNativeClass parent_class;
  
}
Class members
parent_class
GgitNativeClass
  No description available.