X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/708795b5e71a095b1a4e5966565237a493e7780d..8cb9f0d0f82650b707adc39823a73531d080ffec:/include/wx/os2/mimetype.h diff --git a/include/wx/os2/mimetype.h b/include/wx/os2/mimetype.h index 9a22803f48..e6a4440593 100644 --- a/include/wx/os2/mimetype.h +++ b/include/wx/os2/mimetype.h @@ -1,7 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/mimetype.h // Purpose: classes and functions to manage MIME types -// Author: David Webster +// Author: David Webster // Modified by: // Created: 01.21.99 // RCS-ID: $Id$ @@ -39,6 +39,7 @@ public: // implement accessor functions bool GetExtensions(wxArrayString& extensions); bool GetMimeType(wxString *mimeType) const; + bool GetMimeTypes(wxArrayString& mimeTypes) const; bool GetIcon(wxIcon *icon) const; bool GetDescription(wxString *desc) const; bool GetOpenCommand(wxString *openCmd,