summaryrefslogtreecommitdiff
path: root/composer/include/email-composer-recipient.h
diff options
context:
space:
mode:
authorSungbok Park <parksb@samsung.com>2012-08-21 17:42:03 +0900
committerSungbok Park <parksb@samsung.com>2012-08-21 17:42:03 +0900
commitcf8473c54430527c7a8ab89cf84e05e7d711477b (patch)
treeb29503ce00c1ab948b6cdc96819a2946a6688ca0 /composer/include/email-composer-recipient.h
parent6f9c7098724e12e1ab06a428efbc21bda28875b0 (diff)
downloademail-cf8473c54430527c7a8ab89cf84e05e7d711477b.tar.gz
email-cf8473c54430527c7a8ab89cf84e05e7d711477b.tar.bz2
email-cf8473c54430527c7a8ab89cf84e05e7d711477b.zip
org.tizen.email-0.0.1 release
Diffstat (limited to 'composer/include/email-composer-recipient.h')
-rwxr-xr-xcomposer/include/email-composer-recipient.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/composer/include/email-composer-recipient.h b/composer/include/email-composer-recipient.h
new file mode 100755
index 0000000..76b7a58
--- /dev/null
+++ b/composer/include/email-composer-recipient.h
@@ -0,0 +1,28 @@
+/*
+ * 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 __EMAIL_COMPOSER_RECIPIENT_H__
+#define __EMAIL_COMPOSER_RECIPIENT_H__
+
+void email_composer_create_to_field(EmailComposerUGD *ugd);
+void email_composer_create_cc_field(EmailComposerUGD *ugd);
+void email_composer_delete_cc_field(EmailComposerUGD *ugd);
+void email_composer_create_bcc_field(EmailComposerUGD *ugd);
+void email_composer_delete_bcc_field(EmailComposerUGD *ugd);
+void email_composer_create_from_field(EmailComposerUGD *ugd);
+void email_composer_delete_from_field(EmailComposerUGD *ugd);
+
+#endif /* __EMAIL_COMPOSER_RECIPIENT_H__ */