diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-11-19 07:30:18 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-11-19 07:30:18 +0000 |
| commit | 2833ab58e8d34c2b28ce429ca8edbb723a6a9281 (patch) | |
| tree | 5ead5e1d3bd5541856a9c3dc90ab7a14dd5aedf5 /src/itdb.h | |
| parent | c3530fb4aac52a858b0732c49f912950edbfe256 (diff) | |
| download | libgpod-2833ab58e8d34c2b28ce429ca8edbb723a6a9281.tar.gz libgpod-2833ab58e8d34c2b28ce429ca8edbb723a6a9281.tar.xz libgpod-2833ab58e8d34c2b28ce429ca8edbb723a6a9281.zip | |
* itdb_playlist.c: added itdb_spl_update_live() for convenience
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1154 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
| -rw-r--r-- | src/itdb.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* Time-stamp: <2005-11-19 15:41:45 jcs> +/* Time-stamp: <2005-11-19 16:26:13 jcs> | | Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net> | Part of the gtkpod project. @@ -730,6 +730,7 @@ void itdb_spl_copy_rules (Itdb_Playlist *dest, Itdb_Playlist *src); gboolean itdb_splr_eval (SPLRule *splr, Itdb_Track *track); void itdb_spl_update (Itdb_Playlist *spl); void itdb_spl_update_all (Itdb_iTunesDB *itdb); +void itdb_spl_update_live (Itdb_iTunesDB *itdb); /* thumbnails functions */ unsigned char *itdb_image_get_rgb_data (Itdb_Image *image); |
