libcss
Loading...
Searching...
No Matches
src
parse
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
14
css_error
css__parse_important
(
css_language
*c,
15
const
parserutils_vector *vector, int32_t *ctx,
16
uint8_t *result);
17
18
void
css__make_style_important
(
css_style
*style);
19
20
#endif
css_error
css_error
Definition
errors.h:18
css__make_style_important
void css__make_style_important(css_style *style)
Definition
important.c:67
css__parse_important
css_error css__parse_important(css_language *c, const parserutils_vector *vector, int32_t *ctx, uint8_t *result)
Definition
important.c:27
language.h
css_language
Definition
language.h:32
css_style
Definition
stylesheet.h:29
Generated on Fri Dec 12 2025 12:50:39 for libcss by
1.9.8