Tizen 2.1 base
[apps/home/myfiles.git] / src / include / mf-gadget.h
1 /*
2  * Copyright 2013         Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *  http://floralicense.org/license/
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17
18
19
20 #ifndef __DEF_MYFILE_GADGET_H
21 #define __DEF_MYFILE_GADGET_H
22 #include <glib.h>
23
24 void create_ug_image(void *data, char *path);
25 void create_ug_java(void *data, char *path);
26 int create_ug_email(void *data, char *path);
27 int create_ug_message(void *data, char *path);
28 int create_ug_detail(void *data, char *path);
29 int create_ug_password(void *data);
30
31 void ug_closed_cb(ui_gadget_h ug, void *priv);
32
33 #endif