libpurple/plugins/perl/common/module.h

branch
soc.2013.gobjectification
changeset 34837
7d18eaa14d62
parent 34777
a0666e8aba67
child 34839
14b1a51816da
equal deleted inserted replaced
34836:289bc0df25bb 34837:7d18eaa14d62
57 #include "notify.h" 57 #include "notify.h"
58 #include "plugin.h" 58 #include "plugin.h"
59 #include "pluginpref.h" 59 #include "pluginpref.h"
60 #include "pounce.h" 60 #include "pounce.h"
61 #include "prefs.h" 61 #include "prefs.h"
62 #include "presence.h"
62 #include "prpl.h" 63 #include "prpl.h"
63 #include "proxy.h" 64 #include "proxy.h"
64 #include "request.h" 65 #include "request.h"
65 #include "roomlist.h" 66 #include "roomlist.h"
66 #include "savedstatuses.h" 67 #include "savedstatuses.h"
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

mercurial