| 221 typedef PurplePounceEvent Purple__PounceEvent; |
222 typedef PurplePounceEvent Purple__PounceEvent; |
| 222 |
223 |
| 223 /* prefs.h */ |
224 /* prefs.h */ |
| 224 typedef PurplePrefType Purple__PrefType; |
225 typedef PurplePrefType Purple__PrefType; |
| 225 |
226 |
| |
227 /* presence.h */ |
| |
228 typedef PurplePresence * Purple__Presence; |
| |
229 typedef PurpleAccountPresence * Purple__AccountPresence; |
| |
230 typedef PurpleConversationPresence * Purple__ConversationPresence; |
| |
231 typedef PurpleBuddyPresence * Purple__BuddyPresence; |
| |
232 |
| 226 /* proxy.h */ |
233 /* proxy.h */ |
| 227 typedef PurpleProxyInfo * Purple__ProxyInfo; |
234 typedef PurpleProxyInfo * Purple__ProxyInfo; |
| 228 typedef PurpleProxyType Purple__ProxyType; |
235 typedef PurpleProxyType Purple__ProxyType; |
| 229 |
236 |
| 230 /* prpl.h */ |
237 /* prpl.h */ |
| 262 typedef PurpleSslConnection * Purple__Ssl__Connection; |
269 typedef PurpleSslConnection * Purple__Ssl__Connection; |
| 263 typedef PurpleSslErrorType Purple__SslErrorType; |
270 typedef PurpleSslErrorType Purple__SslErrorType; |
| 264 typedef PurpleSslOps * Purple__Ssl__Ops; |
271 typedef PurpleSslOps * Purple__Ssl__Ops; |
| 265 |
272 |
| 266 /* status.h */ |
273 /* status.h */ |
| 267 typedef PurplePresence * Purple__Presence; |
|
| 268 typedef PurplePresenceContext Purple__PresenceContext; |
|
| 269 typedef PurpleStatus * Purple__Status; |
274 typedef PurpleStatus * Purple__Status; |
| 270 typedef PurpleStatusAttr * Purple__StatusAttr; |
275 typedef PurpleStatusAttr * Purple__StatusAttr; |
| 271 typedef PurpleStatusPrimitive Purple__StatusPrimitive; |
276 typedef PurpleStatusPrimitive Purple__StatusPrimitive; |
| 272 typedef PurpleStatusType * Purple__StatusType; |
277 typedef PurpleStatusType * Purple__StatusType; |
| 273 |
278 |