sm: note DetachClient availability

This commit is contained in:
Michael Scire 2020-12-02 08:25:19 -08:00
parent bf1ff93e45
commit 8f25838296

View File

@ -127,6 +127,7 @@ Result smUnregisterService(SmServiceName name);
/** /**
* @brief Detaches the current SM session. * @brief Detaches the current SM session.
* @note After this function is called, the rest of the SM API cannot be used. * @note After this function is called, the rest of the SM API cannot be used.
* @note Only available on [11.0.0+].
*/ */
Result smDetachClient(void); Result smDetachClient(void);