From: chleun.moon Date: Tue, 25 Apr 2017 08:31:49 +0000 (+0900) Subject: Add error description to doxygen X-Git-Tag: submit/tizen/20170426.084841^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63c85fc46a96a466aecf471eac81feff1d8e76cc;p=platform%2Fcore%2Fapi%2Fconnection.git Add error description to doxygen Change-Id: If87db8338ea2d654a659f2070dfd6cf3888f1126 Signed-off-by: cheoleun --- diff --git a/include/net_connection.h b/include/net_connection.h index ae22d41..2e0c5a3 100755 --- a/include/net_connection.h +++ b/include/net_connection.h @@ -285,6 +285,7 @@ typedef enum { * @retval #CONNECTION_ERROR_NONE Successful * @retval #CONNECTION_ERROR_INVALID_PARAMETER Invalid parameter * @retval #CONNECTION_ERROR_OUT_OF_MEMORY Out of memory + * @retval #CONNECTION_ERROR_PERMISSION_DENIED Permission denied * @see connection_destroy() */ int connection_create(connection_h* connection);