/* * Copyright © 2014-2016 Red Hat, Inc * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see . */ #pragma once #include G_BEGIN_DECLS #if !JSON_CHECK_VERSION (1, 1, 2) G_DEFINE_AUTOPTR_CLEANUP_FUNC (JsonArray, json_array_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC (JsonBuilder, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC (JsonGenerator, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC (JsonNode, json_node_free) G_DEFINE_AUTOPTR_CLEANUP_FUNC (JsonObject, json_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC (JsonParser, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC (JsonPath, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC (JsonReader, g_object_unref) #endif G_END_DECLS