ELinks 0.18.0
|
Functions | |
void | import_css (struct css_stylesheet *css, struct uri *uri) |
This function will try to import the given url from the cache. | |
int | supports_css_media_type (const char *optstr, const char *token, size_t token_length) |
Check whether ELinks claims to support a specific CSS media type. |
Variables | |
struct css_stylesheet | default_stylesheet |
struct module | css_module |
void import_css | ( | struct css_stylesheet * | css, |
struct uri * | uri ) |
This function will try to import the given url from the cache.
int supports_css_media_type | ( | const char * | optstr, |
const char * | token, | ||
size_t | token_length ) |
Check whether ELinks claims to support a specific CSS media type.
optstr | Null-terminated value of the document.css.media option. |
token | A name parsed from a CSS file or from an HTML media attribute. Need not be null-terminated. |
token_length | Length of token, in bytes. |
Both strings should be in the ASCII charset.
|
extern |
|
extern |