Deprecate app.terminate API.
Users should use app.quit which can shutdown the application gracefuly.
This commit is contained in:
parent
5ead4f655a
commit
538bd1116d
5 changed files with 4 additions and 17 deletions
|
@ -39,8 +39,6 @@ class App : public EventEmitter,
|
|||
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
||||
static void Quit(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void Exit(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void Terminate(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void Focus(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void GetVersion(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void SetVersion(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue