libcss
Loading...
Searching...
No Matches
errors.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 2007 John-Mark Bell <jmb@netsurf-browser.org>
6 */
7
8#ifndef libcss_errors_h_
9#define libcss_errors_h_
10
11#ifdef __cplusplus
12extern "C"
13{
14#endif
15
16#include <stddef.h>
17
31
32/* Convert a libcss error value to a string */
33const char *css_error_to_string(css_error error);
34
35#ifdef __cplusplus
36}
37#endif
38
39#endif
40
const char * css_error_to_string(css_error error)
Definition errors.c:18
css_error
Definition errors.h:18
@ CSS_EOF
Definition errors.h:27
@ CSS_INVALID
Definition errors.h:23
@ CSS_NOMEM
Definition errors.h:21
@ CSS_BADCHARSET
Definition errors.h:26
@ CSS_IMPORTS_PENDING
Definition errors.h:28
@ CSS_BADPARM
Definition errors.h:22
@ CSS_NEEDDATA
Definition errors.h:25
@ CSS_OK
Definition errors.h:19
@ CSS_FILENOTFOUND
Definition errors.h:24
@ CSS_PROPERTY_NOT_SET
Definition errors.h:29