Update codes for TIZEN 2.0
[apps/home/memo.git] / include / memo_ug.h
1 /*
2 *
3 * Copyright 2012  Samsung Electronics Co., Ltd
4 *
5 * Licensed under the Flora License, Version 1.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 *    http://www.tizenopensource.org/license
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 */
18 #ifndef __MEMO_SG_H__
19 #define __MEMO_SG_H__
20
21 #include <glib.h>
22 #include <bundle.h>
23 #include <stdarg.h>
24 #include <ui-gadget.h>
25
26
27 /* UG Name */
28 #define UG_NAME_EMAIL            "email-composer-efl"
29 #define UG_NAME_MESSAGE          "msg-composer-efl"
30 #define UG_NAME_CONTACT_ADD      "contacts-details-efl"
31 #define UG_NAME_CALENDAR         "calendar-edit-efl"
32 #define UG_NAME_NFC              "share-nfc-efl"
33
34 /* AUL NAME */
35 #define AUL_NAME_CALENDER        PACKAGE_PREFIX".efl-calendar"
36 #define AUL_NAME_VIOCE_CALL      PACKAGE_PREFIX".call"
37 #define AUL_NAME_VEDIO_CALL      PACKAGE_PREFIX".vtmain"
38
39 /* UG Function Declaration*/
40 /* auto stripped function prototype from (../src/memo_ug.c) */
41 void ug_launch_common(service_h service, char *ug_name);
42 void ug_launch_common_var(char *ug_name, ...);
43 void ug_launch_message(Eina_List *list);
44 void ug_launch_email(Eina_List *list);
45 void ug_launch_calender(Eina_List *list);
46 void ug_launch_facebook(Eina_List *list);
47 void memo_ug_init(Evas_Object *win);
48 void memo_share(Evas_Object *parent, int *indexes, int n);
49 /* end auto strip */
50
51 #endif                /* __MEMO_SG_H__ */