From 81487e38590c033aa62f796d2040b26e11bcecc1 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 10 Oct 2016 18:59:45 +0900 Subject: [PATCH] Update document for SIM refresh notification Change-Id: Ie021cc8434374b3a05362fbf69062d33fc12aa8b --- include/tapi_event.h | 4 +++- packaging/libtapi.spec | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/tapi_event.h b/include/tapi_event.h index cc57e19..baed193 100644 --- a/include/tapi_event.h +++ b/include/tapi_event.h @@ -358,7 +358,9 @@ __BEGIN_DECLS #define TAPI_NOTI_SIM_STATUS DBUS_TELEPHONY_SIM_INTERFACE":Status" /** - * TODO + * @brief Definition for SIM refresh notification + * @since_tizen 2.3 + * @remarks '#TelSatCmdQualiRefresh_t' will be stored */ #define TAPI_NOTI_SIM_REFRESHED DBUS_TELEPHONY_SIM_INTERFACE":Refreshed" diff --git a/packaging/libtapi.spec b/packaging/libtapi.spec index 4a46993..c5896ac 100644 --- a/packaging/libtapi.spec +++ b/packaging/libtapi.spec @@ -1,6 +1,6 @@ %define major 0 %define minor 8 -%define patchlevel 4 +%define patchlevel 5 Name: libtapi Version: %{major}.%{minor}.%{patchlevel} -- 2.7.4