mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
sm: docufix
This commit is contained in:
parent
d6a1ef0af4
commit
0d32a2c0d5
@ -121,7 +121,7 @@ Result smRegisterService(Handle* handle_out, SmServiceName name, bool is_light,
|
|||||||
/// Same as \ref smRegisterService, but always using cmif serialization.
|
/// Same as \ref smRegisterService, but always using cmif serialization.
|
||||||
Result smRegisterServiceCmif(Handle* handle_out, SmServiceName name, bool is_light, s32 max_sessions);
|
Result smRegisterServiceCmif(Handle* handle_out, SmServiceName name, bool is_light, s32 max_sessions);
|
||||||
|
|
||||||
/// Same as \ref smRegisterService, but always using cmif serialization.
|
/// Same as \ref smRegisterService, but always using tipc serialization.
|
||||||
Result smRegisterServiceTipc(Handle* handle_out, SmServiceName name, bool is_light, s32 max_sessions);
|
Result smRegisterServiceTipc(Handle* handle_out, SmServiceName name, bool is_light, s32 max_sessions);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -134,7 +134,7 @@ Result smUnregisterService(SmServiceName name);
|
|||||||
/// Same as \ref smUnregisterService, but always using cmif serialization.
|
/// Same as \ref smUnregisterService, but always using cmif serialization.
|
||||||
Result smUnregisterServiceCmif(SmServiceName name);
|
Result smUnregisterServiceCmif(SmServiceName name);
|
||||||
|
|
||||||
/// Same as \ref smUnregisterService, but always using cmif serialization.
|
/// Same as \ref smUnregisterService, but always using tipc serialization.
|
||||||
Result smUnregisterServiceTipc(SmServiceName name);
|
Result smUnregisterServiceTipc(SmServiceName name);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user