summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-agreement-section-private.h
blob: 907531e47fd4e2f8edfbf125d4c0baf9399fb4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
 *
 * Copyright (C) 2018 Richard Hughes <richard@hughsie.com>
 *
 * SPDX-License-Identifier: LGPL-2.1+
 */

#pragma once

#if !defined (__APPSTREAM_GLIB_PRIVATE_H) && !defined (AS_COMPILATION)
#error "Only <appstream-glib.h> can be included directly."
#endif

#include <glib-object.h>

#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