Modify the genlist item style for IOT profile
[apps/native/bluetooth-share-ui.git] / src / bt-share-ui-popup.h
1 /*
2 * bluetooth-share-ui
3 *
4 * Copyright 2012 Samsung Electronics Co., Ltd
5 *
6 * Contact: Hocheol Seo <hocheol.seo@samsung.com>
7 *           GirishAshok Joshi <girish.joshi@samsung.com>
8 *           DoHyun Pyun <dh79.pyun@samsung.com>
9 *
10 * Licensed under the Flora License, Version 1.1 (the "License");
11 * you may not use this file except in compliance with the License.
12 * You may obtain a copy of the License at
13 *
14 * http://www.tizenopensource.org/license
15 *
16 * Unless required by applicable law or agreed to in writing,
17 * software distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
21 *
22 */
23
24 #ifndef __DEF_BT_SHARE_UI_POPUP_H_
25 #define __DEF_BT_SHARE_UI_POPUP_H_
26
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30
31 #include <bluetooth-share-api.h>
32 #include "bt-share-ui-main.h"
33
34 #define BT_FILE_SIZE_STR 10
35 #define BT_INFO_POPUP_TIMEOUT_IN_SEC 2
36
37 Evas_Object *_bt_share_add_turning_on_popup(bt_share_appdata_t *ad);
38
39 int _bt_update_progressbar(bt_share_appdata_t *ad, int transfer_id,
40                                         const char *name, int percentage);
41
42 Evas_Object *_bt_create_info_popup(bt_share_appdata_t *ad, const char *text);
43
44 int _bt_destroy_info_popup(bt_share_appdata_t *ad);
45
46 #ifdef __cplusplus
47 }
48 #endif
49 #endif                          /* __DEF_BT_SHARE_UI_POPUP_H_ */