mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00:00
15 lines
356 B
C
15 lines
356 B
C
/*
|
|
SPDX-FileCopyrightText: 2010 Andriy Rysin <rysin@kde.org>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
#ifndef KEYBOARD_DBUS_H_
|
|
#define KEYBOARD_DBUS_H_
|
|
|
|
#define KEYBOARD_DBUS_SERVICE_NAME "org.kde.keyboard"
|
|
#define KEYBOARD_DBUS_OBJECT_PATH "/Layouts"
|
|
#define KEYBOARD_DBUS_CONFIG_RELOAD_MESSAGE "reloadConfig"
|
|
|
|
#endif /* KEYBOARD_DBUS_H_ */
|