[rygel-grilo] Replace grl_data_key_is_known() by grl_data_has_key()
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel-grilo] Replace grl_data_key_is_known() by grl_data_has_key()
- Date: Tue, 12 Apr 2011 22:14:56 +0000 (UTC)
commit 3a6dc1fa741536da1cf1ca7eeb29a24f9dfadae1
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Tue Apr 12 18:44:36 2011 +0000
Replace grl_data_key_is_known() by grl_data_has_key()
grl_data_has_key() has been deprecated
src/rygel-grilo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel-grilo.c b/src/rygel-grilo.c
index 567fbaf..f9608cc 100644
--- a/src/rygel-grilo.c
+++ b/src/rygel-grilo.c
@@ -317,7 +317,7 @@ fill_properties_table (MS2Server *server,
for (prop = keys; prop; prop = g_list_next (prop)) {
if (prop->data == GRL_METADATA_KEY_ID ||
- grl_data_key_is_known (GRL_DATA (media), prop->data)) {
+ grl_data_has_key (GRL_DATA (media), prop->data)) {
if (prop->data == GRL_METADATA_KEY_ID) {
id = serialize_media (media);
if (id) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]