summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-content-rating-private.h
blob: da959582e41fbce5ac9c0aeb101e4d097afef2e4 (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
30
31
32
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
 *
 * Copyright (C) 2016 Richard Hughes <richard@hughsie.com>
 *
 * SPDX-License-Identifier: LGPL-2.1+
 */

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

#ifndef __AS_CONTENT_RATING_PRIVATE_H
#define __AS_CONTENT_RATING_PRIVATE_H

#include <glib-object.h>

#include "as-content-rating.h"
#include "as-node-private.h"

G_BEGIN_DECLS

GNode		*as_content_rating_node_insert	(AsContentRating	*content_rating,
						 GNode			*parent,
						 AsNodeContext		*ctx);
gboolean	 as_content_rating_node_parse	(AsContentRating	*content_rating,
						 GNode			*node,
						 AsNodeContext		*ctx,
						 GError			**error);

G_END_DECLS

#endif /* __AS_CONTENT_RATING_PRIVATE_H */