// get the array of all extensions
const wxArrayString& GetExtensions() const;
- int GetExtensionsCount() const;
+ size_t GetExtensionsCount() const;
// get the icon info
const wxString& GetIconFile() const;
iconIndex = loc.GetIndex();
#endif
// Make a tuple and put the values in it
- bool blocked = wxPyBeginBlockThreads();
+ wxPyBlock_t blocked = wxPyBeginBlockThreads();
PyObject* tuple = PyTuple_New(3);
PyTuple_SetItem(tuple, 0, wxPyConstructObject(new wxIcon(loc),
wxT("wxIcon"), true));
wxArrayString commands;
if (self->GetAllCommands(&verbs, &commands,
wxFileType::MessageParameters(filename, mimetype))) {
- bool blocked = wxPyBeginBlockThreads();
+ wxPyBlock_t blocked = wxPyBeginBlockThreads();
PyObject* tuple = PyTuple_New(2);
PyTuple_SetItem(tuple, 0, wxArrayString2PyList_helper(verbs));
PyTuple_SetItem(tuple, 1, wxArrayString2PyList_helper(commands));
//---------------------------------------------------------------------------
-// See also wxPy_ReinitStockObjects in helpers.cpp
wxMimeTypesManager* const wxTheMimeTypesManager;
wxFileType *GetFileTypeFromMimeType(const wxString& mimeType);
// other operations: return True if there were no errors or False if there
- // were some unreckognized entries (the good entries are always read anyhow)
+ // were some unrecognized entries (the good entries are always read anyhow)
//
// read in additional file (the standard ones are read automatically)