*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-03-03 13:47:12 +00:00
parent 02871e5977
commit 258d691dae
7 changed files with 78 additions and 332 deletions

View File

@@ -891,7 +891,11 @@ is_valid()
----------
Returns true if this handle refers to a valid torrent and false if it hasn't been initialized
or if the torrent it refers to has been aborted.
or if the torrent it refers to has been aborted. Note that a handle may become invalid after
it has been added to the session. Usually this is because the storage for the torrent is
somehow invalid or if the filenames are not allowed (and hence cannot be opened/created) on
your filesystem. If such an error occurs, a file_error_alert_ is generated and all handles
that refers to that torrent will become invalid.