Update to gupnp-av-0.12.4
[profile/ivi/GUPnP-AV.git] / libgupnp-av / gupnp-didl-lite-object-private.h
1 /*
2  * Copyright (C) 2009 Nokia Corporation.
3  * Copyright (C) 2012 Intel Corporation
4  *
5  * Authors: Zeeshan Ali (Khattak) <zeeshan.ali@nokia.com>
6  *                                <zeeshanak@gnome.org>
7  *          Krzesimir Nowak <krnowak@openismus.com>
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Library General Public
11  * License as published by the Free Software Foundation; either
12  * version 2 of the License, or (at your option) any later version.
13  *
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Library General Public License for more details.
18  *
19  * You should have received a copy of the GNU Library General Public
20  * License along with this library; if not, write to the
21  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22  * Boston, MA 02110-1301, USA.
23  */
24
25 #ifndef __GUPNP_DIDL_LITE_OBJECT_PRIVATE_H__
26 #define __GUPNP_DIDL_LITE_OBJECT_PRIVATE_H__
27
28 #include <glib-object.h>
29 #include <libxml/tree.h>
30
31 G_BEGIN_DECLS
32
33 G_GNUC_INTERNAL GUPnPDIDLLiteObject *
34 gupnp_didl_lite_object_new_from_xml     (xmlNode     *xml_node,
35                                          GUPnPXMLDoc *xml_doc,
36                                          xmlNs       *upnp_ns,
37                                          xmlNs       *dc_ns,
38                                          xmlNs       *dlna_ns,
39                                          xmlNs       *pv_ns);
40
41 G_GNUC_INTERNAL GUPnPXMLDoc *
42 gupnp_didl_lite_object_get_gupnp_xml_doc
43                                         (GUPnPDIDLLiteObject *object);
44
45 G_END_DECLS
46
47 #endif /* __GUPNP_DIDL_LITE_OBJECT_PRIVATE_H__ */