summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-service-introspection-private.h
blob: 0e73a987a80d2858fbdbf81ea400e26db4a06cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (C) 2007 OpenedHand Ltd.
 *
 * Author: Jorn Baayen <jorn@openedhand.com>
 *
 * SPDX-License-Identifier: LGPL-2.1-or-later
 */

#ifndef GUPNP_SERVICE_INTROSPECTION_PRIVATE_H
#define GUPNP_SERVICE_INTROSPECTION_PRIVATE_H

#include <libxml/tree.h>

#include "gupnp-service-introspection.h"

G_GNUC_INTERNAL GUPnPServiceIntrospection *
gupnp_service_introspection_new (xmlDoc *scpd, GError **error);

#endif /* GUPNP_SERVICE_INTROSPECTION_PRIVATE_H */