Change memo menu icon
[apps/home/memo.git] / include / memo_ug.h
index c1d8041..b276240 100644 (file)
@@ -1,31 +1,35 @@
 /*
-  * Copyright 2012  Samsung Electronics Co., Ltd
-  * 
-  * Licensed under the Flora License, Version 1.0 (the "License");
-  * you may not use this file except in compliance with the License.
-  * You may obtain a copy of the License at
-  * 
-  *     http://www.tizenopensource.org/license
-  * 
-  * Unless required by applicable law or agreed to in writing, software
-  * distributed under the License is distributed on an "AS IS" BASIS,
-  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+*
+* Copyright 2012  Samsung Electronics Co., Ltd
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.tizenopensource.org/license
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+*/
 #ifndef __MEMO_SG_H__
 #define __MEMO_SG_H__
 
 #include <glib.h>
 #include <bundle.h>
 #include <stdarg.h>
+#include <ui-gadget.h>
+
 
 /* UG Name */
 #define UG_NAME_EMAIL            "email-composer-efl"
 #define UG_NAME_MESSAGE          "msg-composer-efl"
 #define UG_NAME_CONTACT_ADD      "contacts-details-efl"
 #define UG_NAME_CALENDAR         "calendar-edit-efl"
+#define UG_NAME_NFC              "share-nfc-efl"
 
 /* AUL NAME */
 #define AUL_NAME_CALENDER        PACKAGE_PREFIX".efl-calendar"
 
 /* UG Function Declaration*/
 /* auto stripped function prototype from (../src/memo_ug.c) */
-void ug_launch_common(bundle *bd, char *ug_name);
+void ug_launch_common(service_h service, char *ug_name);
 void ug_launch_common_var(char *ug_name, ...);
+void ug_launch_message(Eina_List *list);
+void ug_launch_email(Eina_List *list);
 void ug_launch_calender(Eina_List *list);
+void ug_launch_facebook(Eina_List *list);
 void memo_ug_init(Evas_Object *win);
 void memo_share(Evas_Object *parent, int *indexes, int n);
 /* end auto strip */