summaryrefslogtreecommitdiff
path: root/libgupnp-av/gupnp-didl-lite-resource.h
diff options
context:
space:
mode:
authorMark Ryan <mark.d.ryan@intel.com>2012-11-13 19:53:31 +0100
committerMark Ryan <mark.d.ryan@intel.com>2012-11-13 20:25:20 +0100
commitd8d79fb6c527fc7795a5e1cb61a84012b1c54328 (patch)
tree9a603cbffa6c4065f0f8571c89d5c31925264ce9 /libgupnp-av/gupnp-didl-lite-resource.h
parenta4715d2e8aa44865a0b11fd0ac27ae7049cf5170 (diff)
downloadGUPnP-AV-d8d79fb6c527fc7795a5e1cb61a84012b1c54328.tar.gz
GUPnP-AV-d8d79fb6c527fc7795a5e1cb61a84012b1c54328.tar.bz2
GUPnP-AV-d8d79fb6c527fc7795a5e1cb61a84012b1c54328.zip
Updated GUPnP-AV to version 0.11.2 (62bb7a1)
Diffstat (limited to 'libgupnp-av/gupnp-didl-lite-resource.h')
-rw-r--r--libgupnp-av/gupnp-didl-lite-resource.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/libgupnp-av/gupnp-didl-lite-resource.h b/libgupnp-av/gupnp-didl-lite-resource.h
index 1f3b8f3..cba2e71 100644
--- a/libgupnp-av/gupnp-didl-lite-resource.h
+++ b/libgupnp-av/gupnp-didl-lite-resource.h
@@ -1,10 +1,12 @@
/*
* Copyright (C) 2009 Nokia Corporation.
* Copyright (C) 2007, 2008 OpenedHand Ltd.
+ * Copyright (C) 2012 Intel Corporation
*
* Authors: Zeeshan Ali (Khattak) <zeeshan.ali@nokia.com>
* <zeeshanak@gnome.org>
* Jorn Baayen <jorn@openedhand.com>
+ * Krzesimir Nowak <krnowak@openismus.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -139,6 +141,15 @@ gupnp_didl_lite_resource_set_color_depth
(GUPnPDIDLLiteResource *resource,
int color_depth);
+void
+gupnp_didl_lite_resource_set_update_count
+ (GUPnPDIDLLiteResource *resource,
+ guint update_count);
+
+void
+gupnp_didl_lite_resource_unset_update_count
+ (GUPnPDIDLLiteResource *resource);
+
xmlNode *
gupnp_didl_lite_resource_get_xml_node (GUPnPDIDLLiteResource *resource);
@@ -189,6 +200,14 @@ int
gupnp_didl_lite_resource_get_color_depth
(GUPnPDIDLLiteResource *resource);
+guint
+gupnp_didl_lite_resource_get_update_count
+ (GUPnPDIDLLiteResource *resource);
+
+gboolean
+gupnp_didl_lite_resource_update_count_is_set
+ (GUPnPDIDLLiteResource *resource);
+
G_END_DECLS
#endif /* __GUPNP_DIDL_LITE_RESOURCE_H__ */