Added proxy calls to IBusInputContext service
[profile/ivi/weekeyboard.git] / src / wkb-ibus-defs.h
1 /*
2  * Copyright © 2013 Intel Corporation
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef _WKB_IBUS_DEFS_H_
18 #define _WKB_IBUS_DEFS_H_
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 /* from ibusshare.h */
25 #define IBUS_SERVICE_IBUS       "org.freedesktop.IBus"
26 #define IBUS_SERVICE_PANEL      "org.freedesktop.IBus.Panel"
27 #define IBUS_SERVICE_CONFIG     "org.freedesktop.IBus.Config"
28
29 #define IBUS_PATH_IBUS          "/org/freedesktop/IBus"
30 #define IBUS_PATH_PANEL         "/org/freedesktop/IBus/Panel"
31 #define IBUS_PATH_CONFIG        "/org/freedesktop/IBus/Config"
32
33 #define IBUS_INTERFACE_IBUS     "org.freedesktop.IBus"
34 #define IBUS_INTERFACE_PANEL    "org.freedesktop.IBus.Panel"
35 #define IBUS_INTERFACE_CONFIG   "org.freedesktop.IBus.Config"
36 #define IBUS_INTERFACE_INPUT_CONTEXT "org.freedesktop.IBus.InputContext"
37
38 /* from ibustypes.h/ibuserror.c */
39 #define IBUS_ERROR_NO_ENGINE    "org.freedesktop.IBus.Error.NoEngine"
40 #define IBUS_ERROR_NO_CONFIG    "org.freedesktop.IBus.Error.NoConfig"
41 #define IBUS_ERROR_FAILED       "org.freedesktop.IBus.Error.Failed"
42
43 #ifdef __cplusplus
44 }
45 #endif
46
47 #endif /* _WKB_IBUS_DEFS_H_ */