/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Copyright (C) 2018 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #if !defined (__APPSTREAM_GLIB_PRIVATE_H) && !defined (AS_COMPILATION) #error "Only can be included directly." #endif #include #include "as-agreement.h" #include "as-node-private.h" G_BEGIN_DECLS GNode *as_agreement_node_insert (AsAgreement *agreement, GNode *parent, AsNodeContext *ctx); gboolean as_agreement_node_parse (AsAgreement *agreement, GNode *node, AsNodeContext *ctx, GError **error); G_END_DECLS