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

#ifndef GUPNP_DEVICE_INFO_PRIVATE_H
#define GUPNP_DEVICE_INFO_PRIVATE_H

#include "gupnp-device-info.h"
#include "gupnp-xml-doc.h"

G_GNUC_INTERNAL GUPnPXMLDoc *
_gupnp_device_info_get_document (GUPnPDeviceInfo *info);

#endif /* GUPNP_DEVICE_INFO_PRIVATE_H */