#include <conversation.h>
Data Fields | |
| PurpleConversation * | conv |
| The parent conversation. | |
| PurpleTypingState | typing_state |
| The current typing state. | |
| guint | typing_timeout |
| The typing timer handle. | |
| time_t | type_again |
| The type again time. | |
| guint | send_typed_timeout |
| The type again timer handle. | |
| PurpleBuddyIcon * | icon |
| The buddy icon. | |
Definition at line 254 of file conversation.h.
| time_t _PurpleConvIm::type_again |