Use vector of dictionaries instead of mate::Arguments
This commit is contained in:
parent
98f5858b11
commit
823b3baed0
6 changed files with 15 additions and 14 deletions
|
@ -344,7 +344,8 @@ void NativeWindow::SetVibrancy(const std::string& filename) {
|
|||
void NativeWindow::DestroyTouchBar() {
|
||||
}
|
||||
|
||||
void NativeWindow::SetTouchBar(mate::Arguments* args) {
|
||||
void NativeWindow::SetTouchBar(
|
||||
const std::vector<mate::PersistentDictionary>& items) {
|
||||
}
|
||||
|
||||
void NativeWindow::RefreshTouchBarItem(const std::string& item_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue