* @brief Exports the buffer object by fd.
* @details The tbm_bo can be exported to the anther process with the unique fd associated with the the tbm_bo.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks You must release the fd using close().
* @param[in] bo : the buffer object
* @return fd associated with the buffer object
* @retval #tbm_fd
* @brief Imports the buffer object associated with the fd.
* @details The reference count of the tbm_bo is 1.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @remarks You must release the fd using close().
* @param[in] bufmgr : the buffer manager
- * @param[in] fd : the fd associated with the buffer object
+ * @parak[in] fd : the fd associated with the buffer object
* @return a buffer object
* @retval #tbm_bo
* @see tbm_bo_export_fd()
/**
* @brief import the buffer object associated with the prime fd.
+ * @remarks tbm_fd must be free by user.
* @param[in] bo : the buffer object
* @param[in] fd : the prime fd associated with the buffer object
* @return pointer of the bo private.
/**
* @brief export the buffer object
+ * @remarks tbm_fd must be free by user.
* @param[in] bo : the buffer object
* @return tbm_fd associated with the buffer object
*/