FriendTypingCallback


Description:

[ CCode ( has_target = false ) ]
public delegate void FriendTypingCallback (Tox self, uint32 friend_number, bool is_typing, void* userdata)

Parameters:

friend_number

The friend number of the friend who started or stopped typing.

is_typing

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