NetSurf
|
RFC5988 metadata link. More...
#include <content.h>
Data Fields | |
struct content_rfc5988_link * | next |
next rfc5988_link in list More... | |
lwc_string * | rel |
the link relationship - must be present More... | |
struct nsurl * | href |
the link href - must be present More... | |
lwc_string * | hreflang |
lwc_string * | type |
lwc_string * | media |
lwc_string * | sizes |
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().
lwc_string* content_rfc5988_link::hreflang |
Definition at line 53 of file content.h.
Referenced by content__add_rfc5988_link(), content__free_rfc5988_link(), and html_process_inserted_link().
lwc_string* content_rfc5988_link::media |
Definition at line 55 of file content.h.
Referenced by content__add_rfc5988_link(), content__free_rfc5988_link(), and html_process_inserted_link().
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().
lwc_string* content_rfc5988_link::rel |
the link relationship - must be present
Definition at line 51 of file content.h.
Referenced by browser_window_callback(), browser_window_update_favicon(), content__add_rfc5988_link(), content__free_rfc5988_link(), content_find_rfc5988_link(), and html_process_inserted_link().
lwc_string* content_rfc5988_link::sizes |
Definition at line 56 of file content.h.
Referenced by content__add_rfc5988_link(), content__free_rfc5988_link(), and html_process_inserted_link().
lwc_string* content_rfc5988_link::type |
Definition at line 54 of file content.h.
Referenced by content__add_rfc5988_link(), content__free_rfc5988_link(), and html_process_inserted_link().