Add shell.beep() API.
This commit is contained in:
parent
157c978aa8
commit
a34a63797a
4 changed files with 14 additions and 0 deletions
|
@ -21,6 +21,7 @@ class Shell {
|
|||
static v8::Handle<v8::Value> OpenItem(const v8::Arguments &args);
|
||||
static v8::Handle<v8::Value> OpenExternal(const v8::Arguments &args);
|
||||
static v8::Handle<v8::Value> MoveItemToTrash(const v8::Arguments &args);
|
||||
static v8::Handle<v8::Value> Beep(const v8::Arguments &args);
|
||||
|
||||
DISALLOW_IMPLICIT_CONSTRUCTORS(Shell);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue