mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 18:12:14 +02:00
address pr comments
This commit is contained in:
parent
1b9a0d0074
commit
d93b1b8f47
@ -58,7 +58,7 @@ Result friendsInitialize(FriendServiceType service_type);
|
|||||||
void friendsExit(void);
|
void friendsExit(void);
|
||||||
|
|
||||||
/// Gets the Service object for the friends service session.
|
/// Gets the Service object for the friends service session.
|
||||||
Service * friendsGetServiceSession(void);
|
Service* friendsGetServiceSession(void);
|
||||||
|
|
||||||
/// Gets the Service object for the actual IFriendsService service session.
|
/// Gets the Service object for the actual IFriendsService service session.
|
||||||
Service* friendsGetServiceSession_IFriendsService(void);
|
Service* friendsGetServiceSession_IFriendsService(void);
|
||||||
@ -68,7 +68,7 @@ Service* friendsGetServiceSession_IFriendsService(void);
|
|||||||
* @param[in] uid \ref User AccountUid.
|
* @param[in] uid \ref User AccountUid.
|
||||||
* @param[out] user_setting \ref FriendUserSetting
|
* @param[out] user_setting \ref FriendUserSetting
|
||||||
*/
|
*/
|
||||||
Result friendsGetUserSetting(AccountUid uid, FriendUserSetting * user_setting);
|
Result friendsGetUserSetting(AccountUid uid, FriendUserSetting *user_setting);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Gets an Event which is signaled when data is available with \ref friendsTryPopFriendInvitationNotificationInfo.
|
* @brief Gets an Event which is signaled when data is available with \ref friendsTryPopFriendInvitationNotificationInfo.
|
||||||
|
Loading…
Reference in New Issue
Block a user