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