]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mimetype.h
Moved list of subclasses away from 'classes overview' corrected some wxGrid overview...
[wxWidgets.git] / interface / wx / mimetype.h
index 2b89b2eeb2038d38bab82a9900845b9831d5ce8d..8fbcba75736750bb16612770a5dadff802bb4dc3 100644 (file)
@@ -172,7 +172,7 @@ public:
         with a brief description for this file type: for example, "text document" for
         the "text/plain" MIME type.
     */
-    bool GetDescription(wxString* desc);
+    bool GetDescription(wxString* desc) const;
 
     /**
         If the function returns @true, the array @a extensions is filled
@@ -199,13 +199,13 @@ public:
         and KDE settings and thus GetIcon's success depends on availability
         of these desktop environments.
     */
-    bool GetIcon(wxIconLocation* iconLoc);
+    bool GetIcon(wxIconLocation* iconLoc) const;
 
     /**
         If the function returns @true, the string pointed to by @a mimeType is filled
         with full MIME type specification for this file type: for example, "text/plain".
     */
-    bool GetMimeType(wxString* mimeType);
+    bool GetMimeType(wxString* mimeType) const;
 
     /**
         Same as GetMimeType() but returns array of MIME