summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-08-18 16:13:29 +0900
committerHwanKyu Jhun <h.jhun@samsung.com>2016-08-18 22:14:59 -0700
commita86a28650ae0b74c4b50a7f5aefeff5fba398a58 (patch)
tree6780437c5fcdf0c324be3bd5a7d001f90c479133 /include
parent2a509b25a7d7db2c6a3235e8514172875eaeadb2 (diff)
downloadapplication-a86a28650ae0b74c4b50a7f5aefeff5fba398a58.tar.gz
application-a86a28650ae0b74c4b50a7f5aefeff5fba398a58.tar.bz2
application-a86a28650ae0b74c4b50a7f5aefeff5fba398a58.zip
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: If1b2dcd55fab49cac13a0835d8ac32bde27622b0
Diffstat (limited to 'include')
-rw-r--r--include/app_alarm.h2
-rw-r--r--include/app_common.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/app_alarm.h b/include/app_alarm.h
index c274cfe..15796ab 100644
--- a/include/app_alarm.h
+++ b/include/app_alarm.h
@@ -150,7 +150,7 @@ int alarm_schedule_after_delay(app_control_h app_control, int delay, int period,
* @see alarm_get_scheduled_date()
* @see alarm_get_scheduled_period()
*/
-int alarm_schedule_at_date(app_control_h app_control, struct tm *date, int period, int *alarm_id);
+int alarm_schedule_at_date(app_control_h app_control, struct tm *date, int period, int *alarm_id) TIZEN_DEPRECATED_API;
/**
* @brief Sets an alarm to be triggered after a specific time.
diff --git a/include/app_common.h b/include/app_common.h
index 2d9dce0..9485029 100644
--- a/include/app_common.h
+++ b/include/app_common.h
@@ -452,7 +452,7 @@ char *app_get_external_cache_path(void);
* @return The absolute path to the application's external shared data directory, @n
* otherwise a null pointer if the memory is insufficient
*/
-char *app_get_external_shared_data_path(void);
+char *app_get_external_shared_data_path(void) TIZEN_DEPRECATED_API;
/**
* @brief Gets the absolute path to the application's TEP(Tizen Expansion Package) directory.