Mercurial > audlegacy
view src/audacious/ui_credits.h @ 3979:67f01143e613
improve on-demand probing:
- playlist which contains subtunes is loaded properly.
- custom uri is handled properly.
- playlist_load_ins_file_tuple() has been rewritten. (necessary to subtune fix.)
- playlist_load_ins_file() became wrapper function of playlist_load_ins_file_tuple().
- __playlist_ins_with_info() has been removed.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Wed, 21 Nov 2007 00:46:54 +0900 |
parents | b5ee3a4a8e3b |
children | 2eee464379dc |
line wrap: on
line source
#ifndef ABOUT_H #define ABOUT_H void show_about_window(void); void hide_about_window(void); void show_credits_window(void); #endif