Adjusted statement at API documention of burn_initialize()
This commit is contained in:
parent
f9c21e4057
commit
9063945d28
@ -423,8 +423,11 @@ struct burn_progress {
|
|||||||
/** Initialize the library.
|
/** Initialize the library.
|
||||||
This must be called before using any other functions in the library. It
|
This must be called before using any other functions in the library. It
|
||||||
may be called more than once with no effect.
|
may be called more than once with no effect.
|
||||||
If is possible to 'restart' the library by shutting it down and
|
It is possible to 'restart' the library by shutting it down and
|
||||||
re-initializing it, though there is no good reason to do that.
|
re-initializing it. This is necessary if you follow the older and
|
||||||
|
more general way of accessing a drive via burn_drive_scan() and
|
||||||
|
burn_drive_grab(). See burn_drive_scan_and_grab() with its strong
|
||||||
|
urges and its explanations.
|
||||||
@return Nonzero if the library was able to initialize; zero if
|
@return Nonzero if the library was able to initialize; zero if
|
||||||
initialization failed.
|
initialization failed.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user