summaryrefslogtreecommitdiff
path: root/libgupnp-av/gupnp-feature-private.h
blob: 908ac5d521a61911dbe22bcfbb6e327a2081e4e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-License-Identifier: LGPL-2.1-or-later
// SPDX-FileCopyrightText: 2022 Jens Georg <mail@jensge.org>

#pragma once

#include "gupnp-feature.h"
#include "xml-util.h"

G_BEGIN_DECLS

G_GNUC_INTERNAL
GUPnPAVXMLDoc *
gupnp_feature_get_doc (GUPnPFeature *feature);

G_GNUC_INTERNAL
xmlNode *
gupnp_feature_get_node (GUPnPFeature *feature);

G_END_DECLS