Documentation improvment: Note that get_default_device returns NULL on error.

This commit is contained in:
rocky
2003-04-04 00:41:10 +00:00
parent cd4f206a22
commit e345c227ff
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cdio.h,v 1.5 2003/04/03 12:16:27 rocky Exp $
$Id: cdio.h,v 1.6 2003/04/04 00:41:10 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -107,6 +107,8 @@ extern "C" {
/*!
Return a string containing the default CD device if none is specified.
NULL is returned if we couldn't get a default device.
*/
char * cdio_get_default_device (const CdIo *obj);