NetSurf
Data Fields
content_rfc5988_link Struct Reference

RFC5988 metadata link. More...

#include <content.h>

Collaboration diagram for content_rfc5988_link:
[legend]

Data Fields

struct content_rfc5988_linknext
 next rfc5988_link in list More...
 
lwc_string * rel
 the link relationship - must be present More...
 
struct nsurlhref
 the link href - must be present More...
 
lwc_string * hreflang
 
lwc_string * type
 
lwc_string * media
 
lwc_string * sizes
 

Detailed Description

RFC5988 metadata link.

Definition at line 48 of file content.h.

Field Documentation

◆ href

struct nsurl* content_rfc5988_link::href

the link href - must be present

Definition at line 52 of file content.h.

Referenced by browser_window_update_favicon(), content__add_rfc5988_link(), content__free_rfc5988_link(), and html_process_inserted_link().

◆ hreflang

lwc_string* content_rfc5988_link::hreflang

◆ media

lwc_string* content_rfc5988_link::media

◆ next

struct content_rfc5988_link* content_rfc5988_link::next

next rfc5988_link in list

Definition at line 49 of file content.h.

Referenced by content__add_rfc5988_link(), content__free_rfc5988_link(), and content_find_rfc5988_link().

◆ rel

lwc_string* content_rfc5988_link::rel

◆ sizes

lwc_string* content_rfc5988_link::sizes

◆ type

lwc_string* content_rfc5988_link::type

The documentation for this struct was generated from the following file: