From 9063945d28e063b63f1eb126db898c71ec673402 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 25 Aug 2006 17:35:24 +0000 Subject: [PATCH] Adjusted statement at API documention of burn_initialize() --- libburn/libburn.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libburn/libburn.h b/libburn/libburn.h index 11c2a98..b33e1b5 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -423,8 +423,11 @@ struct burn_progress { /** Initialize the library. This must be called before using any other functions in the library. It may be called more than once with no effect. - If is possible to 'restart' the library by shutting it down and - re-initializing it, though there is no good reason to do that. + It is possible to 'restart' the library by shutting it down and + 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 initialization failed. */