| 122 /* conversations.h */ |
122 /* conversations.h */ |
| 123 typedef PurpleMessageFlags Purple__MessageFlags; |
123 typedef PurpleMessageFlags Purple__MessageFlags; |
| 124 typedef PurpleConversation * Purple__Conversation; |
124 typedef PurpleConversation * Purple__Conversation; |
| 125 typedef PurpleConversationUpdateType Purple__Conversation__UpdateType; |
125 typedef PurpleConversationUpdateType Purple__Conversation__UpdateType; |
| 126 typedef PurpleIMConversation * Purple__IMConversation; |
126 typedef PurpleIMConversation * Purple__IMConversation; |
| 127 typedef PurpleIMConversationTypingState Purple__IMConversation__TypingState; |
127 typedef PurpleIMTypingState Purple__IMTypingState; |
| 128 typedef PurpleChatConversation * Purple__ChatConversation; |
128 typedef PurpleChatConversation * Purple__ChatConversation; |
| 129 typedef PurpleChatConversationBuddy * Purple__ChatConversation__Buddy; |
129 typedef PurpleChatUser * Purple__ChatUser; |
| 130 typedef PurpleChatConversationBuddyFlags Purple__ChatConversation__Buddy__Flags; |
130 typedef PurpleChatUserFlags Purple__ChatUser__Flags; |
| 131 |
131 |
| 132 /* core.h */ |
132 /* core.h */ |
| 133 |
133 |
| 134 typedef PurpleCore * Purple__Core; |
134 typedef PurpleCore * Purple__Core; |
| 135 |
135 |