Change-Id: Ic53f08e17b645f3ea057cfcc7a4fbf29f344fb86
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
* @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
* @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