summaryrefslogtreecommitdiff
path: root/setting/include/email-view-account-edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'setting/include/email-view-account-edit.h')
-rwxr-xr-xsetting/include/email-view-account-edit.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/setting/include/email-view-account-edit.h b/setting/include/email-view-account-edit.h
new file mode 100755
index 0000000..3666ae5
--- /dev/null
+++ b/setting/include/email-view-account-edit.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_VIEW_ACCOUNT_EDIT_H__
+#define __EMAIL_VIEW_ACCOUNT_EDIT_H__
+
+#include "email-setting-view.h"
+
+void setting_init_account_edit_view(struct viewdata *vd);
+void setting_edit_validation_success_cb(EmailSettingUGD *ugd);
+void setting_edit_validation_failed_cb(EmailSettingUGD *ugd, gboolean canceled);
+
+#endif /* __EMAIL_VIEW_ACCOUNT_EDIT_H__ */
+
+/* EOF */