summaryrefslogtreecommitdiff
path: root/common/include/media-server-dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/include/media-server-dbus.h')
-rwxr-xr-xcommon/include/media-server-dbus.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/include/media-server-dbus.h b/common/include/media-server-dbus.h
new file mode 100755
index 0000000..241d543
--- /dev/null
+++ b/common/include/media-server-dbus.h
@@ -0,0 +1,30 @@
+/*
+ * Media Server
+ *
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact: Yong Yeon Kim <yy9875.kim@samsung.com>
+ *
+ * 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 _MEDIA_SERVER_DBUS_H__
+#define _MEDIA_SERVER_DBUS_H__
+
+#include "media-server-dbus-type.h"
+
+void ms_dbus_init(void);
+
+gboolean ms_dbus_send_noti(ms_dbus_noti_type_t data);
+
+#endif/*_MEDIA_SERVER_DBUS_H__*/ \ No newline at end of file