mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
|
||
---|---|---|
.. | ||
audio | ||
include | ||
cdda.c | ||
cddb.c | ||
cdrom.c | ||
cdtext.c | ||
drv_sony.c | ||
drv_toshiba.c | ||
plat_aix.c | ||
plat_bsd386.c | ||
plat_freebsd.c | ||
plat_hpux.c | ||
plat_irix.c | ||
plat_linux.c | ||
plat_news.c | ||
plat_openbsd.c | ||
plat_osf1.c | ||
plat_scor5.c | ||
plat_sun.c | ||
plat_sun_cdda.c | ||
plat_svr4.c | ||
plat_template.c | ||
plat_ultrix.c | ||
README | ||
scsi.c | ||
wm_helpers.c |
$Id: README 211917 2003-03-06 21:46:03Z kernalex $ This directory contains the WorkMan library. libworkman is a multi-plaform CD-Player library for creating various CD-Player-UIs. 06.03.2003 Alexander Kern <alex.kern@gmx.de> I have reworked most part of libworkman, get rid of most of externals add cdda support for linux and, I hope not breaked it for SUN ;-) Interface was cleaned, that means for a potentialy application developers new rules: 1. please include only wm_cdrom.h. It has all defines and functions, what you need. You have any exceptions. 2. for cdtext, include wm_cdtext.h also. 3. for cddb, include wm_cddb.h (think, it's not so powerfull and can be replaced with some new external library. 4. wm_cdinfo declares some externals now, I will change it in the future.