summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaeho Lee <jaeho81.lee@samsung.com>2013-04-26 19:19:05 +0900
committerJaeho Lee <jaeho81.lee@samsung.com>2013-04-26 19:19:05 +0900
commitd4670b1e75310d4835f0106f923460f29b98cec5 (patch)
tree4e68ed8c76051e996a47033824cbbf1d1957b094 /include
parent56f29f92315331ff556f02c697009293626a9a63 (diff)
downloadapplication-d4670b1e75310d4835f0106f923460f29b98cec5.tar.gz
application-d4670b1e75310d4835f0106f923460f29b98cec5.tar.bz2
application-d4670b1e75310d4835f0106f923460f29b98cec5.zip
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/app_service.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/include/app_service.h b/include/app_service.h
index 85ac966..21e2fd6 100755
--- a/include/app_service.h
+++ b/include/app_service.h
@@ -113,6 +113,24 @@ typedef enum
/**
+ * @brief Service operation : share a item to someone else.
+ */
+#define SERVICE_OPERATION_SHARE "http://tizen.org/appcontrol/operation/share"
+
+
+/**
+ * @brief Service operation : share multiple items to someone else.
+ */
+#define SERVICE_OPERATION_MULTI_SHARE "http://tizen.org/appcontrol/operation/multi_share"
+
+
+/**
+ * @brief Service operation : share text data to someone else.
+ */
+#define SERVICE_OPERATION_SHARE_TEXT "http://tizen.org/appcontrol/operation/share_text"
+
+
+/**
* @brief Service operation : dial a number as specified by the data.
*/
#define SERVICE_OPERATION_DIAL "http://tizen.org/appcontrol/operation/dial"
@@ -125,6 +143,18 @@ typedef enum
/**
+ * @brief Service operation : download a item.
+ */
+#define SERVICE_OPERATION_DOWNLOAD "http://tizen.org/appcontrol/operation/download"
+
+
+/**
+ * @brief Service operation : print content.
+ */
+#define SERVICE_OPERATION_PRINT "http://tizen.org/appcontrol/operation/print"
+
+
+/**
* @brief Service optional data : the subject of a message.
*/
#define SERVICE_DATA_SUBJECT "http://tizen.org/appcontrol/data/subject"
@@ -167,6 +197,12 @@ typedef enum
/**
+ * @brief Service optional data : multiple item path to deliver.
+ */
+#define SERVICE_DATA_PATH "http://tizen.org/appcontrol/data/path"
+
+
+/**
* @brief Called when the reply of the launch request is delivered.
*
* @remarks The @a request and @a reply must not be deallocated by an application.