コード例 #1
0
    def __handleFriendAvatar(self, avId, avName, avDisableName):
        """__handleFriendAvatar(self, int avId, string avName, string avDisableName)

        Called when the user clicks the "friend" button from the
        Avatar panel, this should send an invitation to the avatar to
        be our friend.
        """
        FriendInviter.showFriendInviter(avId, avName, avDisableName)
コード例 #2
0
ファイル: FriendsListManager.py プロジェクト: nate97/src
 def __handleFriendAvatar(self, avId, avName, avDisableName):
     FriendInviter.showFriendInviter(avId, avName, avDisableName)
コード例 #3
0
 def __handleFriendAvatar(self, avId, avName, avDisableName):
     FriendInviter.showFriendInviter(avId, avName, avDisableName)
コード例 #4
0
 def _FriendsListManager__handleFriendAvatar(self, avId, avName,
                                             avDisableName):
     FriendInviter.showFriendInviter(avId, avName, avDisableName)
     return None
コード例 #5
0
 def _FriendsListManager__handleFriendAvatar(self, avId, avName, avDisableName):
     FriendInviter.showFriendInviter(avId, avName, avDisableName)
     return None