QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
356 B

/*
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_ */