summaryrefslogtreecommitdiff
path: root/daemon/handler_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/handler_controller.h')
-rw-r--r--daemon/handler_controller.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/daemon/handler_controller.h b/daemon/handler_controller.h
new file mode 100644
index 0000000..5ae5963
--- /dev/null
+++ b/daemon/handler_controller.h
@@ -0,0 +1,31 @@
+/*
+ * Copyright (c) 2009-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 HANDLER_CONTROLLER_H_
+#define HANDLER_CONTROLLER_H_
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <Evas.h>
+#include <Elementary.h>
+#include <Eina.h>
+
+void quickpanel_handler_text_set(char *text);
+void quickpanel_handler_set_visibility(Eina_Bool visible);
+
+#endif /* HANDLER_CONTROLLER_H_ */