Fix references to wxZipEntry::GetNextEntry() in documentation

It should actually be wxZipInputStream::GetNextEntry().

Closes https://github.com/wxWidgets/wxWidgets/pull/1858
This commit is contained in:
Tomay
2020-05-16 21:43:09 +01:00
committed by Vadim Zeitlin
parent 17d759d579
commit 04322fa711

View File

@@ -132,13 +132,13 @@ public:
@section zipentry_avail Field availability @section zipentry_avail Field availability
When reading a zip from a stream that is seekable, wxZipEntry::GetNextEntry() When reading a zip from a stream that is seekable, wxZipInputStream::GetNextEntry()
returns a fully populated wxZipEntry object except for wxZipEntry::GetLocalExtra(). returns a fully populated wxZipEntry object except for wxZipEntry::GetLocalExtra().
wxZipEntry::GetLocalExtra() becomes available when the entry is opened, either by wxZipEntry::GetLocalExtra() becomes available when the entry is opened, either by
calling wxZipInputStream::OpenEntry() or by making an attempt to read the entry's data. calling wxZipInputStream::OpenEntry() or by making an attempt to read the entry's data.
For zips on non-seekable streams, the following fields are always available For zips on non-seekable streams, the following fields are always available
when wxZipEntry::GetNextEntry() returns: when wxZipInputStream::GetNextEntry() returns:
- wxZipEntry::GetDateTime - wxZipEntry::GetDateTime
- wxZipEntry::GetInternalFormat - wxZipEntry::GetInternalFormat
- wxZipEntry::GetInternalName - wxZipEntry::GetInternalName