Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libdmapsharing
Commits
7b85e01c
Commit
7b85e01c
authored
Mar 17, 2010
by
W. Michael Petullo
Browse files
Make _dmap_share_add_playlist_to_mlcl a proper GHashFunc
Signed-off-by:
W. Michael Petullo
<
mike@flyn.org
>
parent
208c2e17
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7b85e01c
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>
...
...
libdmapsharing/dmap-share.c
View file @
7b85e01c
...
...
@@ -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
...
...
libdmapsharing/dmap-share.h
View file @
7b85e01c
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment