/* -*- 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-section.h" #include "as-node-private.h" G_BEGIN_DECLS GNode *as_agreement_section_node_insert (AsAgreementSection *agreement_section, GNode *parent, AsNodeContext *ctx); gboolean as_agreement_section_node_parse (AsAgreementSection *agreement_section, GNode *node, AsNodeContext *ctx, GError **error); G_END_DECLS