Signature
Description:
[ CCode ( has_construct_function = false ) ]
public Signature (string name, string email, DateTime signature_time) throws Error
Creates a new Signature.
Name and e-mail are assumed to be in UTF-8.
Parameters:
name |
the name of the person.
|
email |
the email of the person.
|
signature_time |
the time when the action happened.
|
Returns:
a newly allocated Signature or null.
|