[gupnp-av] Un-deprecate single-value creator
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-av] Un-deprecate single-value creator
- Date: Wed, 24 Oct 2012 19:10:38 +0000 (UTC)
commit 108dd56391c1cf0fc7cfd7cc15e7fef012eaf4d1
Author: Jens Georg <mail jensge org>
Date: Wed Oct 24 21:03:17 2012 +0200
Un-deprecate single-value creator
libgupnp-av/gupnp-didl-lite-object.c | 7 -------
libgupnp-av/gupnp-didl-lite-object.h | 4 ++--
2 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/libgupnp-av/gupnp-didl-lite-object.c b/libgupnp-av/gupnp-didl-lite-object.c
index e60cbe2..75378d9 100644
--- a/libgupnp-av/gupnp-didl-lite-object.c
+++ b/libgupnp-av/gupnp-didl-lite-object.c
@@ -569,9 +569,6 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
*
* The creator of this object.
*
- * Deprecated: 0.5.3: Use #gupnp_didl_lite_object_get_creators and
- * #gupnp_didl_lite_object_add_creator instead since unlike this
- * property, they are capable of dealing with multiple creator nodes.
**/
g_object_class_install_property
(object_class,
@@ -1149,8 +1146,6 @@ gupnp_didl_lite_object_get_title (GUPnPDIDLLiteObject *object)
* Get the creator of the @object.
*
* Return value: The creator of the @object, or %NULL.
- *
- * Deprecated: 0.5.3: Use #gupnp_didl_lite_object_get_creators instead.
**/
const char *
gupnp_didl_lite_object_get_creator (GUPnPDIDLLiteObject *object)
@@ -1724,8 +1719,6 @@ gupnp_didl_lite_object_set_title (GUPnPDIDLLiteObject *object,
* @creator: The creator
*
* Set the creator of the @object to @creator.
- *
- * Deprecated: 0.5.3: Use #gupnp_didl_lite_object_add_creator instead.
**/
void
gupnp_didl_lite_object_set_creator (GUPnPDIDLLiteObject *object,
diff --git a/libgupnp-av/gupnp-didl-lite-object.h b/libgupnp-av/gupnp-didl-lite-object.h
index 45325d9..ab782c5 100644
--- a/libgupnp-av/gupnp-didl-lite-object.h
+++ b/libgupnp-av/gupnp-didl-lite-object.h
@@ -112,10 +112,10 @@ gupnp_didl_lite_object_get_restricted (GUPnPDIDLLiteObject *object);
const char *
gupnp_didl_lite_object_get_title (GUPnPDIDLLiteObject *object);
-#ifndef GUPNP_DISABLE_DEPRECATED
const char *
gupnp_didl_lite_object_get_creator (GUPnPDIDLLiteObject *object);
+#ifndef GUPNP_DISABLE_DEPRECATED
const char *
gupnp_didl_lite_object_get_artist (GUPnPDIDLLiteObject *object);
@@ -202,11 +202,11 @@ void
gupnp_didl_lite_object_set_title (GUPnPDIDLLiteObject *object,
const char *title);
-#ifndef GUPNP_DISABLE_DEPRECATED
void
gupnp_didl_lite_object_set_creator (GUPnPDIDLLiteObject *object,
const char *creator);
+#ifndef GUPNP_DISABLE_DEPRECATED
void
gupnp_didl_lite_object_set_artist (GUPnPDIDLLiteObject *object,
const char *artist);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]