[ CCode ( has_construct_function = false ) ]
public Category (string term, string? scheme, string? label)
Creates a new Category.
More information is available in the <ulink type="http" url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.category">Atom specification</ulink>.
term must be non-null and non-empty. scheme must be
null or non-empty.
| term |
a category identifier |
| scheme |
an IRI to define the categorisation scheme, or null |
| label |
a human-readable label for the category, or null |