Class
GgitSignature
Description [src]
final class Ggit.Signature : Ggit.Native
{
/* No available fields */
}
Represents an action signature.
Constructors
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_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).
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.