Add more description to register callback doxygen 38/110338/3
authorHyunho Kang <hhstark.kang@samsung.com>
Mon, 16 Jan 2017 04:21:29 +0000 (13:21 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Mon, 16 Jan 2017 05:59:11 +0000 (14:59 +0900)
Change-Id: Ic53f08e17b645f3ea057cfcc7a4fbf29f344fb86
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
include/data_control_map.h
include/data_control_sql.h

index ec61405412351282c317a5c92952dc967160e461..4cf96e9e23b36fa1f91bab654dcd088d64b4bbd0 100755 (executable)
@@ -255,6 +255,11 @@ int data_control_map_get_data_id(data_control_h provider, char **data_id);
  * @brief Registers a callback function for the key-value structured data control response.
  *        The application is notified when a data control response is received from the @a provider.
  * @since_tizen 2.3
+ *
+ * @remarks The application is notified when a data control response is received from the @a provider.
+ * @remarks Only one callback can be registered for each provider id with this API.
+ * @remarks If you register multiple callback for same provider id, it will be overwritten by latest one.
+ *
  * @param[in] provider The provider handle
  * @param[in] callback The callback function to be called when a response is received
  * @param[in] user_data The user data to be passed to the callback function
index efe0ddfb409404dfd43e920fb9f3bd7614274d1e..cc417185b5271f36b94d825b501634bfad9db6d3 100755 (executable)
@@ -306,7 +306,10 @@ int data_control_sql_get_data_id(data_control_h provider, char **data_id);
  * @brief Registers a callback function for the SQL data control response.
  * @since_tizen 2.3
  *
- * remarks The application is notified when a data control response is received from the @a provider.
+ * @remarks The application is notified when a data control response is received from the @a provider.
+ * @remarks Only one callback can be registered for each provider id with this API.
+ * @remarks If you register multiple callback for same provider id, it will be overwritten by latest one.
+ *
  *
  * @param[in] provider The provider handle
  * @param[in] callback The callback function to be called when a response is received