address pr comments

This commit is contained in:
TurtleP 2021-04-03 19:34:31 -04:00
parent 1b9a0d0074
commit d93b1b8f47

View File

@ -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.