libpurple/plugins/perl/common/module.h

branch
soc.2013.gobjectification
changeset 34777
a0666e8aba67
parent 34723
b496dd569514
child 34837
7d18eaa14d62
equal deleted inserted replaced
34776:fa4166ea1007 34777:a0666e8aba67
71 #include "sslconn.h" 71 #include "sslconn.h"
72 #include "status.h" 72 #include "status.h"
73 #include "stringref.h" 73 #include "stringref.h"
74 /* Ewww. perl has it's own util.h which is in the include path :( */ 74 /* Ewww. perl has it's own util.h which is in the include path :( */
75 #include "libpurple/util.h" 75 #include "libpurple/util.h"
76 #include "value.h"
77 #include "whiteboard.h" 76 #include "whiteboard.h"
78 #include "xmlnode.h" 77 #include "xmlnode.h"
79 78
80 /* account.h */ 79 /* account.h */
81 typedef PurpleAccount * Purple__Account; 80 typedef PurpleAccount * Purple__Account;
277 276
278 /* util.h */ 277 /* util.h */
279 typedef PurpleInfoFieldFormatCallback Purple__Util__InfoFieldFormatCallback; 278 typedef PurpleInfoFieldFormatCallback Purple__Util__InfoFieldFormatCallback;
280 typedef PurpleMenuAction * Purple__Menu__Action; 279 typedef PurpleMenuAction * Purple__Menu__Action;
281 280
282 /* value.h */
283 typedef PurpleValue * Purple__Value;
284
285 /* whiteboard.h */ 281 /* whiteboard.h */
286 typedef PurpleWhiteboard * Purple__Whiteboard; 282 typedef PurpleWhiteboard * Purple__Whiteboard;
287 283
288 /* xmlnode.h */ 284 /* xmlnode.h */
289 typedef xmlnode * Purple__XMLNode; 285 typedef xmlnode * Purple__XMLNode;

mercurial