Data specific to Instant Messages. More...
#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. | |
Data specific to Instant Messages.
Definition at line 255 of file conversation.h.
| PurpleConversation* _PurpleConvIm::conv |
The parent conversation.
Definition at line 257 of file conversation.h.
| PurpleBuddyIcon* _PurpleConvIm::icon |
The buddy icon.
Definition at line 264 of file conversation.h.
| guint _PurpleConvIm::send_typed_timeout |
The type again timer handle.
Definition at line 262 of file conversation.h.
| time_t _PurpleConvIm::type_again |
The type again time.
Definition at line 261 of file conversation.h.
| PurpleTypingState _PurpleConvIm::typing_state |
The current typing state.
Definition at line 259 of file conversation.h.
| guint _PurpleConvIm::typing_timeout |
The typing timer handle.
Definition at line 260 of file conversation.h.