Document wxGetLibLZMAVersionInfo() function
Add initially forgotten documentation.
This commit is contained in:
parent
1cdb384d7b
commit
251569496b
1 changed files with 12 additions and 0 deletions
|
|
@ -96,3 +96,15 @@ class wxLZMAOutputStream : public wxFilterOutputStream
|
|||
*/
|
||||
wxLZMAOutputStream(wxOutputStream* stream);
|
||||
};
|
||||
|
||||
/**
|
||||
Return the version of liblzma library used by LZMA stream classes.
|
||||
|
||||
@see wxVersionInfo
|
||||
|
||||
@header{wx/lzmastream.h}
|
||||
@library{wxbase}
|
||||
|
||||
@since 3.1.2
|
||||
*/
|
||||
wxVersionInfo wxGetLibLZMAVersionInfo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue