aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_sticker.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* sticker: added sticker_delete_value()Max Kellermann2009-04-281-0/+7
| | | | | sticker_delete_value() deletes only one value in a sticker, while the old function sticker_delete() deletes all values.
* song_sticker: added song_sticker_find()Max Kellermann2009-04-011-0/+16
| | | | This is a wrapper for sticker_find(), which looks up the song object.
* sticker: don't export sticker_list_values()Max Kellermann2009-03-141-7/+0
| | | | | | sticker_list_values() is only used internally in sticker.c. Remove sticker_song_list_values() completely, it is superseded by sticker_song_get().
* sticker: added "struct sticker"Max Kellermann2009-03-141-0/+10
| | | | | The sticker struct can be used for enumerating values. This will replace the sticker_list_values() function.
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen2009-03-111-5/+3
|
* Add sticker list command.Eric Wollesen2009-03-031-0/+10
| | | | | [mk: merged memory leak patch; fixed indentation (tabs); fixed documentation typo]
* sticker: added song sticker libraryMax Kellermann2009-01-191-0/+47
This is a wrapper for the backend sticker library. It provides several glue functions which take a song object instead of type/uri.