summaryrefslogtreecommitdiff
path: root/libdleyna/server/upnp.h
diff options
context:
space:
mode:
authorChristophe Guiraud <christophe.guiraud@intel.com>2013-03-21 14:09:13 +0100
committerChristophe Guiraud <christophe.guiraud@intel.com>2013-03-22 14:48:02 +0100
commitffb46e3ae01bd05cfbd43d2f50fa7743db45b531 (patch)
treef79915640bac734e14c9a3bcceb1b63c69671c93 /libdleyna/server/upnp.h
parentda8a208c58b3854dd1e880d79c0f1b0e2fb38b24 (diff)
downloaddleyna-server-ffb46e3ae01bd05cfbd43d2f50fa7743db45b531.tar.gz
[API] Add new GetMetaData Media Object API
- Add a new method GetMetaData to the org.gnome.UPnP.MediaObject2 interface to allow the retrieval of the Meta data information of an object in DIDL-Lite XML format. - MediaConsole python test app updated. - Doc updated. - Fix issue https://github.com/01org/dleyna-server/issues/25 Signed-off-by: Christophe Guiraud <christophe.guiraud@intel.com>
Diffstat (limited to 'libdleyna/server/upnp.h')
-rw-r--r--libdleyna/server/upnp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdleyna/server/upnp.h b/libdleyna/server/upnp.h
index dfe2d1b..ed3e6f9 100644
--- a/libdleyna/server/upnp.h
+++ b/libdleyna/server/upnp.h
@@ -101,6 +101,10 @@ void dls_upnp_create_playlist_in_any(dls_upnp_t *upnp, dls_client_t *client,
dls_task_t *task,
dls_upnp_task_complete_t cb);
+void dls_upnp_get_object_metadata(dls_upnp_t *upnp, dls_client_t *client,
+ dls_task_t *task,
+ dls_upnp_task_complete_t cb);
+
void dls_upnp_unsubscribe(dls_upnp_t *upnp);
gboolean dls_upnp_device_context_exist(dls_device_t *device,