Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:01:42

0001 /* json-glib.h: Main header
0002  *
0003  * This file is part of JSON-GLib
0004  * Copyright (C) 2007  OpenedHand Ltd.
0005  * Copyright (C) 2009  Intel Corp.
0006  *
0007  * This library is free software; you can redistribute it and/or
0008  * modify it under the terms of the GNU Lesser General Public
0009  * License as published by the Free Software Foundation; either
0010  * version 2.1 of the License, or (at your option) any later version.
0011  *
0012  * This library is distributed in the hope that it will be useful,
0013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0015  * Lesser General Public License for more details.
0016  *
0017  * You should have received a copy of the GNU Lesser General Public
0018  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
0019  *
0020  * Author:
0021  *   Emmanuele Bassi  <ebassi@linux.intel.com>
0022  */
0023 
0024 #ifndef __JSON_GLIB_H__
0025 #define __JSON_GLIB_H__
0026 
0027 #define __JSON_GLIB_INSIDE__
0028 
0029 #include <json-glib/json-types.h>
0030 
0031 #include <json-glib/json-builder.h>
0032 #include <json-glib/json-generator.h>
0033 #include <json-glib/json-parser.h>
0034 #include <json-glib/json-path.h>
0035 #include <json-glib/json-reader.h>
0036 #include <json-glib/json-utils.h>
0037 #include <json-glib/json-version.h>
0038 #include <json-glib/json-version-macros.h>
0039 
0040 #include <json-glib/json-enum-types.h>
0041 
0042 #include <json-glib/json-gobject.h>
0043 
0044 #include <json-glib/json-gvariant.h>
0045 
0046 #undef __JSON_GLIB_INSIDE__
0047 
0048 #endif /* __JSON_GLIB_H__ */