update license files and bolier plate about Flora license
[apps/core/preloaded/pwlock.git] / include / ui-callback.h
1 /*
2  *  pwlock
3  *
4  * Copyright 2012  Samsung Electronics Co., Ltd
5  *
6  * Licensed under the Flora License, Version 1.1 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  *     http://floralicense.org/license/
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  *
18  */
19
20 #ifndef __PWLOCK_UI_CALLBACK_H__
21 #define __PWLOCK_UI_CALLBACK_H__
22
23 void pwlock_greeting_next_cb(void *data, Evas_Object * obj, void *e);
24 void pwlock_nosim_prev_cb(void *data, Evas_Object * obj, void *e);
25 void pwlock_nosim_skip_cb(void *data, Evas_Object * obj, void *e);
26 void pwlock_tutorial_prev_cb(void *data, Evas_Object * obj, void *e);
27 void pwlock_tutorial_next_cb(void *data, Evas_Object * obj, void *e);
28 void pwlock_ug_connection_layout_cb(ui_gadget_h ug, enum ug_mode mode,
29                 void *priv);
30 void pwlock_ug_connection_result_cb(ui_gadget_h ug, service_h service,
31                 void *priv);
32 void pwlock_ug_connection_destroy_cb(ui_gadget_h ug, void *priv);
33 void pwlock_popup_exit_ok_cb(void *data, Evas_Object * e, void *ei);
34 void pwlock_popup_exit_cancel_cb(void *data, Evas_Object * e, void *ei);
35 void pwlock_finish_prev_cb(void *data, Evas_Object * obj, void *e);
36 void pwlock_finish_cb(void *data, Evas_Object * obj, void *e);
37
38 #endif                          /* __PWLOCK_UI_CALLBACK_H__ */