Add app.getLocale()
This commit is contained in:
parent
08f5c32306
commit
b9c274929b
3 changed files with 11 additions and 0 deletions
|
@ -65,6 +65,7 @@ class App : public mate::EventEmitter,
|
|||
|
||||
void SetDesktopName(const std::string& desktop_name);
|
||||
void SetAppUserModelId(const std::string& app_id);
|
||||
std::string GetLocale();
|
||||
v8::Local<v8::Value> DefaultSession(v8::Isolate* isolate);
|
||||
|
||||
v8::Global<v8::Value> default_session_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue