mrss_item_t

Data struct for any items of RSS. It contains a pointer to the list of categories.

extern (C) @system nothrow @nogc
struct mrss_item_t {
int allocated
char* title
char* title_type
char* link
char* description
char* description_type
char* copyright
char* copyright_type
char* author
char* author_uri
char* author_email
char* contributor
char* contributor_uri
char* contributor_email
char* comments
char* pubDate
char* guid
int guid_isPermaLink
char* source
char* source_url
char* enclosure
char* enclosure_url
int enclosure_length
char* enclosure_type
mrss_category_t* category
mrss_tag_t* other_tags
mrss_item_t* next
}

Members

Variables

element
mrss_element_t element

For internal use only:

Meta