Add app.getLocale()

This commit is contained in:
Ryohei Ikegami 2015-09-16 17:16:21 +09:00
parent 08f5c32306
commit b9c274929b
3 changed files with 11 additions and 0 deletions

View file

@ -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_;