Mercurial > pidgin
annotate plugins/perl/common/module.h @ 6587:ed11e3f8ba21
[gaim-migrate @ 7109]
Added some nice code that auto-generates perl/common/Makefile.PL from
Makefile.PL.in when Makefile.PL.in changes, and then generates
Makefile from Makefile.PL.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 23 Aug 2003 23:09:14 +0000 |
| parents | 7c42b8ca3222 |
| children | 7f5f57dd5cac |
| rev | line source |
|---|---|
| 6508 | 1 typedef struct group *Gaim__Group; |
| 2 | |
| 3 #define group perl_group | |
| 4 | |
| 5 #include <EXTERN.h> | |
| 6 #include <perl.h> | |
| 7 #include <XSUB.h> | |
| 8 #include <glib.h> | |
| 9 | |
| 10 #undef group | |
| 11 | |
| 12 #include "../perl-common.h" | |
| 13 | |
| 14 #include "account.h" | |
| 15 #include "connection.h" | |
| 16 #include "debug.h" | |
|
6523
d7e04709be96
[gaim-migrate @ 7040]
Christian Hammond <chipx86@chipx86.com>
parents:
6520
diff
changeset
|
17 #include "server.h" |
| 6508 | 18 |
|
6531
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
19 typedef GaimAccount * Gaim__Account; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
20 typedef GaimConnection * Gaim__Connection; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
21 typedef GaimPlugin * Gaim__Plugin; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
22 typedef struct buddy * Gaim__BuddyList__Buddy; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
23 typedef struct chat * Gaim__BuddyList__Chat; |
|
7c42b8ca3222
[gaim-migrate @ 7048]
Christian Hammond <chipx86@chipx86.com>
parents:
6523
diff
changeset
|
24 typedef struct group * Gaim__BuddyList__Group; |
