Person
Description:
[ CCode ( has_construct_function = false ) ]
public Person (string name, string? email, string? uri)
Creates a new Person.
Parameters:
name |
the name of the person
|
email |
the email of the person, or null
|
uri |
the homepage (uri) of the person, or null
|
Returns: