apply FSL(Flora Software License)
[apps/home/memo.git] / include / memo_ug.h
1 /*
2   * Copyright 2012  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://www.tizenopensource.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 #ifndef __MEMO_SG_H__
18 #define __MEMO_SG_H__
19
20 #include <glib.h>
21 #include <bundle.h>
22 #include <stdarg.h>
23
24 /* UG Name */
25 #define UG_NAME_EMAIL            "email-composer-efl"
26 #define UG_NAME_MESSAGE          "msg-composer-efl"
27 #define UG_NAME_CONTACT_ADD      "contacts-details-efl"
28 #define UG_NAME_CALENDAR         "calendar-edit-efl"
29
30 /* AUL NAME */
31 #define AUL_NAME_CALENDER        PACKAGE_PREFIX".efl-calendar"
32 #define AUL_NAME_VIOCE_CALL      PACKAGE_PREFIX".call"
33 #define AUL_NAME_VEDIO_CALL      PACKAGE_PREFIX".vtmain"
34
35 /* UG Function Declaration*/
36 /* auto stripped function prototype from (../src/memo_ug.c) */
37 void ug_launch_common(bundle *bd, char *ug_name);
38 void ug_launch_common_var(char *ug_name, ...);
39 void ug_launch_calender(Eina_List *list);
40 void memo_ug_init(Evas_Object *win);
41 void memo_share(Evas_Object *parent, int *indexes, int n);
42 /* end auto strip */
43
44 #endif                /* __MEMO_SG_H__ */