Initial support for dynamic properties
This commit is contained in:
parent
cbb6f8c33e
commit
98f5858b11
10 changed files with 46 additions and 33 deletions
|
@ -853,8 +853,8 @@ void Window::SetTouchBar(mate::Arguments* args) {
|
|||
window_->SetTouchBar(args);
|
||||
}
|
||||
|
||||
void Window::RefreshTouchBarItem(mate::Arguments* args) {
|
||||
window_->RefreshTouchBarItem(args);
|
||||
void Window::RefreshTouchBarItem(const std::string& item_id) {
|
||||
window_->RefreshTouchBarItem(item_id);
|
||||
}
|
||||
|
||||
int32_t Window::ID() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue