libcss
Loading...
Searching...
No Matches
important.h
Go to the documentation of this file.
1/*
2 * This file is part of LibCSS.
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2009 John-Mark Bell <jmb@netsurf-browser.org>
6 */
7
8#ifndef css_css__parse_important_h_
9#define css_css__parse_important_h_
10
11#include "stylesheet.h"
12#include "parse/language.h"
13
15 const parserutils_vector *vector, int32_t *ctx,
16 uint8_t *result);
17
19
20#endif
css_error
Definition errors.h:18
void css__make_style_important(css_style *style)
Definition important.c:67
css_error css__parse_important(css_language *c, const parserutils_vector *vector, int32_t *ctx, uint8_t *result)
Definition important.c:27
Definition language.h:32
Definition stylesheet.h:29