mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 387096 - Update nsIZipEntry.close() documentation. r=Yoric
This commit is contained in:
parent
b5846d7221
commit
b4a2a964ea
@ -77,6 +77,9 @@ interface nsIZipReader : nsISupports
|
||||
/**
|
||||
* Closes a zip reader. Subsequent attempts to extract files or read from
|
||||
* its input stream will result in an error.
|
||||
*
|
||||
* Subsequent attempts to access a nsIZipEntry obtained from this zip
|
||||
* reader will cause unspecified behavior.
|
||||
*/
|
||||
void close();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user