Mercurial > audlegacy-plugins
comparison src/lastfm/lastfm.h @ 1231:e2b45aa596ad
improved the metadata algorithm, but couldnt get rid of the crashes yet
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Wed, 11 Jul 2007 04:30:31 +0300 |
parents | d4efe4889489 |
children | 8af27e02e7b7 |
comparison
equal
deleted
inserted
replaced
1229:c9ff58a0feab | 1231:e2b45aa596ad |
---|---|
27 unsigned int lastfm_progress; | 27 unsigned int lastfm_progress; |
28 } LastFM; | 28 } LastFM; |
29 | 29 |
30 GThread* metadata_thread=NULL; | 30 GThread* metadata_thread=NULL; |
31 gint thread_count=0; | 31 gint thread_count=0; |
32 static GMutex * mutex = NULL; | |
32 | 33 |
33 VFSFile *lastfm_vfs_fopen_impl(const gchar * path, const gchar * mode); | 34 VFSFile *lastfm_vfs_fopen_impl(const gchar * path, const gchar * mode); |
34 | 35 |
35 size_t lastfm_vfs_fread_impl(gpointer ptr, size_t size, size_t nmemb, VFSFile * file); | 36 size_t lastfm_vfs_fread_impl(gpointer ptr, size_t size, size_t nmemb, VFSFile * file); |
36 | 37 |