[libdmapsharing] Make _dmap_share_add_playlist_to_mlcl a proper GHashFunc Signed-off-by: W. Michael Petullo <mike fly



commit 7b85e01c99548b83773fd18e1dd5b7e8723e6183
Author: W. Michael Petullo <mike flyn org>
Date:   Wed Mar 17 21:18:00 2010 -0400

    Make _dmap_share_add_playlist_to_mlcl a proper GHashFunc
    Signed-off-by: W. Michael Petullo <mike flyn org>

 ChangeLog                   |    5 +++++
 libdmapsharing/dmap-share.c |    2 +-
 libdmapsharing/dmap-share.h |    5 +++--
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 58e05ff..a939c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+17 March 2010 W. Michael Petullo <mike flyn org>
+
+	* Make _dmap_share_add_playlist_to_mlcl a proper GHashFunc.
+
 15 March 2010 W. Michael Petullo <mike flyn org>
 
 	* Set def. and min. value of track, year and disc to 0 (not 1) in
 	DAAPRecord.
 
+	* Use -D instead of dmap-priv.h to define G_LOG_DOMAIN.
 
 11 March 2010 W. Michael Petullo <mike flyn org>
 
diff --git a/libdmapsharing/dmap-share.c b/libdmapsharing/dmap-share.c
index e85c54a..102bc51 100644
--- a/libdmapsharing/dmap-share.c
+++ b/libdmapsharing/dmap-share.c
@@ -995,7 +995,7 @@ _dmap_share_parse_meta (GHashTable *query, struct DMAPMetaDataMap *mdm, guint md
 }
 
 void
-_dmap_share_add_playlist_to_mlcl (DMAPContainerRecord *record, gpointer mlcl)
+_dmap_share_add_playlist_to_mlcl (gpointer id, DMAPContainerRecord *record, gpointer mlcl)
 {
 	/* MLIT listing item
 	 * MIID item id
diff --git a/libdmapsharing/dmap-share.h b/libdmapsharing/dmap-share.h
index f08c639..b24effb 100644
--- a/libdmapsharing/dmap-share.h
+++ b/libdmapsharing/dmap-share.h
@@ -193,8 +193,9 @@ bitwise  _dmap_share_parse_meta_str (const char *attrs,
 				    struct DMAPMetaDataMap *mdm,
 				    guint mdmlen);
 
-void _dmap_share_add_playlist_to_mlcl (DMAPContainerRecord *record,
-				      gpointer mlcl);
+void _dmap_share_add_playlist_to_mlcl (gpointer id,
+				       DMAPContainerRecord *record,
+				       gpointer mlcl);
 
 /* Virtual methods (libsoup callbacks with default implementation): */
 void _dmap_share_content_codes (DMAPShare *share,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]