]> git.saurik.com Git - wxWidgets.git/commitdiff
a file I forgot to check in (sorry Julian)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Feb 1999 15:11:18 +0000 (15:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Feb 1999 15:11:18 +0000 (15:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mimetype.h

index 4c5f826a17d61d22842b50020a67903e9e99a4e7..18680f3afc89b4b47bd2579448a87f54eaf09958 100644 (file)
@@ -110,6 +110,15 @@ private:
 class wxMimeTypesManager
 {
 public:
+    // static helper functions
+    // -----------------------
+
+        // check if the given MIME type is the same as the other one: the second
+        // argument may contain wildcards ('*'), but not the first. If the
+        // types are equal or if the mimeType matches wildcard the function
+        // returns TRUE, otherwise it returns FALSE
+    static bool IsOfType(const wxString& mimeType, const wxString& wildcard);
+
     // ctor
     wxMimeTypesManager();