Class
GgitSignature
since: 1.0
Description [src]
final class Ggit.Signature : Ggit.Native
{
/* No available fields */
}
Represents an action signature.
Available since: 1.0
Constructors
ggit_signature_new
Creates a new GgitSignature
. Name and e-mail are assumed to be in UTF-8.
since: 1.0
ggit_signature_new_now
Creates a new GgitSignature
with a timestamp of ‘now’. Name and e-mail are
assumed to be in UTF-8.
since: 1.0
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).
since: 1.0
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.
unstable since: 2.0