[ CCode ( has_construct_function = false ) ]
public Author (string name, string? uri, string? email_address)
Creates a new Author.
More information is available in the <ulink type="http" url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.author">Atom specification</ulink>.
name must be non-null and non-empty.
| name |
the author's name |
| uri |
an IRI describing the author, or null |
| email_address |
the author's e-mail address, or null |