|
|
|||
File indexing completed on 2026-09-20 09:14:59
0001 /* json-glib.h: Main header 0002 * 0003 * This file is part of JSON-GLib 0004 * 0005 * SPDX-FileCopyrightText: 2007 OpenedHand Ltd. 0006 * SPDX-FileCopyrightText: 2009 Intel Corp. 0007 * SPDX-License-Identifier: LGPL-2.1-or-later 0008 * 0009 * This library is free software; you can redistribute it and/or 0010 * modify it under the terms of the GNU Lesser General Public 0011 * License as published by the Free Software Foundation; either 0012 * version 2.1 of the License, or (at your option) any later version. 0013 * 0014 * This library is distributed in the hope that it will be useful, 0015 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0017 * Lesser General Public License for more details. 0018 * 0019 * You should have received a copy of the GNU Lesser General Public 0020 * License along with this library. If not, see <http://www.gnu.org/licenses/>. 0021 * 0022 * Author: 0023 * Emmanuele Bassi <ebassi@linux.intel.com> 0024 */ 0025 #pragma once 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__
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|