summaryrefslogtreecommitdiff
path: root/include/direct-access.h
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-02-01 13:05:40 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-02-01 13:05:40 +0900
commit8c00390de4f840509e6f3f16f9dc38ef5e9c35c1 (patch)
tree801af75bc2070e8ca1c85022ea247e7d2ab92fed /include/direct-access.h
parent49b40a5d9545c0847889292acf5a8da545e970eb (diff)
downloadstarter-tizen_2.3.tar.gz
starter-tizen_2.3.tar.bz2
starter-tizen_2.3.zip
Diffstat (limited to 'include/direct-access.h')
-rwxr-xr-xinclude/direct-access.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/include/direct-access.h b/include/direct-access.h
new file mode 100755
index 0000000..a4f4067
--- /dev/null
+++ b/include/direct-access.h
@@ -0,0 +1,33 @@
+/*
+ * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __DIRECT_ACCESS_H__
+#define __DIRECT_ACCESS_H__
+
+#include <E_DBus.h>
+
+DBusMessage *invoke_dbus_method_sync(const char *dest, const char *path,
+ const char *interface, const char *method,
+ const char *sig, char *param[]);
+
+DBusMessage *invoke_dbus_method(const char *dest, const char *path,
+ const char *interface, const char *method,
+ const char *sig, char *param[]);
+
+int launch_direct_access(int access_val);
+
+#endif //__DIRECT_ACCESS_H__
+