summaryrefslogtreecommitdiff
path: root/include/badge.h
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-08-18 15:41:43 +0900
committerseungha.son <seungha.son@samsung.com>2016-08-18 16:33:51 +0900
commitabea3e279a69e39c1c1a42fefb7cdba8bacb3b78 (patch)
tree2e5a61becf28b744481705c3dd3a538299826bb9 /include/badge.h
parent33a542572ea6ea1fa5ee7c264366a640518764c3 (diff)
downloadbadge-abea3e279a69e39c1c1a42fefb7cdba8bacb3b78.tar.gz
badge-abea3e279a69e39c1c1a42fefb7cdba8bacb3b78.tar.bz2
badge-abea3e279a69e39c1c1a42fefb7cdba8bacb3b78.zip
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: I8e153b851f477d2495500a958738f099a934276b
Diffstat (limited to 'include/badge.h')
-rwxr-xr-xinclude/badge.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/badge.h b/include/badge.h
index aa234c9..7414de0 100755
--- a/include/badge.h
+++ b/include/badge.h
@@ -23,6 +23,8 @@
#ifndef __BADGE_DEF_H__
#define __BADGE_DEF_H__
+#include <tizen.h>
+
#include <stdbool.h>
#include <badge_error.h>
@@ -70,8 +72,7 @@ extern "C" {
}
* @endcode
*/
-int badge_new(const char *writable_app_id);
-
+int badge_new(const char *writable_app_id) TIZEN_DEPRECATED_API;
/**