1.1 --- a/src/gdrom/gdrom.h Sat Oct 06 09:03:24 2007 +0000
1.2 +++ b/src/gdrom/gdrom.h Tue Oct 09 08:48:28 2007 +0000
1.5 - * $Id: gdrom.h,v 1.11 2007-10-06 08:58:00 nkeynes Exp $
1.6 + * $Id: gdrom.h,v 1.12 2007-10-09 08:45:00 nkeynes Exp $
1.8 * This file defines the structures and functions used by the GD-Rom
1.9 * disc driver. (ie, the modules that supply a CD image to be used by the
1.12 * Begin playing audio from the given lba address on the disc.
1.14 - gdrom_error_t (*play_audio)(struct gdrom_disc *disc, uint32_t lba);
1.15 + gdrom_error_t (*play_audio)(struct gdrom_disc *disc, uint32_t lba, uint32_t endlba);
1.18 * Executed once per time slice to perform house-keeping operations
1.22 * Shortcut to open and mount an image file
1.23 + * @return true on success
1.25 -gdrom_disc_t gdrom_mount_image( const gchar *filename );
1.26 +gboolean gdrom_mount_image( const gchar *filename );
1.28 void gdrom_mount_disc( gdrom_disc_t disc );