diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2009-08-17 20:06:18 +0300 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-08-24 17:15:40 +0100 |
commit | 28af5335f58e11515bdd3d211c73919f78d65b79 (patch) | |
tree | a4b59654ac41a8f6b809c4681c99aa9b61722786 /libgupnp/gupnp-root-device.h | |
parent | de5211dedad4fe1fc1c5d14d0d19f1f38af2081b (diff) | |
download | gupnp-28af5335f58e11515bdd3d211c73919f78d65b79.tar.gz |
RootDevice should make use of GUPnPXMLDoc
Diffstat (limited to 'libgupnp/gupnp-root-device.h')
-rw-r--r-- | libgupnp/gupnp-root-device.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgupnp/gupnp-root-device.h b/libgupnp/gupnp-root-device.h index 59876ef..3f6ed64 100644 --- a/libgupnp/gupnp-root-device.h +++ b/libgupnp/gupnp-root-device.h @@ -27,6 +27,7 @@ #include "gupnp-context.h" #include "gupnp-device.h" #include "gupnp-resource-factory.h" +#include "gupnp-xml-doc.h" G_BEGIN_DECLS @@ -86,7 +87,7 @@ gupnp_root_device_new (GUPnPContext *context, GUPnPRootDevice * gupnp_root_device_new_full (GUPnPContext *context, GUPnPResourceFactory *factory, - xmlDoc *description_doc, + GUPnPXMLDoc *description_doc, const char *description_path, const char *description_dir); |