FriendConnectionStatusCallback


Description:

[ CCode ( has_target = false ) ]
public delegate void FriendConnectionStatusCallback (Tox self, uint32 friend_number, Connection connection_status, void* userdata)

Parameters:

friend_number

The friend number of the friend whose connection status changed.

connection_status

The result of calling Tox.friend_get_connection_status on the passed friend_number.