Mercurial > pidgin.yaz
comparison src/plugin.h @ 10450:577fdf4110fc
[gaim-migrate @ 11715]
Alternate solution to the problem Andrew Wellington attempted to fix in
sf patch #844426, "Protocol plugins not loaded if GAIM_PLUGINS is
disabled"
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 30 Dec 2004 06:26:53 +0000 |
| parents | 6a20307ef8dc |
| children | 12460aa2c820 |
comparison
equal
deleted
inserted
replaced
| 10449:0349cb9aa5a4 | 10450:577fdf4110fc |
|---|---|
| 83 char *summary; | 83 char *summary; |
| 84 char *description; | 84 char *description; |
| 85 char *author; | 85 char *author; |
| 86 char *homepage; | 86 char *homepage; |
| 87 | 87 |
| 88 /* | |
| 89 * TODO: I think the intention was the allow multiple load and unload | |
| 90 * callback functions. Perhaps using a GList instead of a pointer to | |
| 91 * 1 function. | |
| 92 */ | |
| 88 gboolean (*load)(GaimPlugin *plugin); | 93 gboolean (*load)(GaimPlugin *plugin); |
| 89 gboolean (*unload)(GaimPlugin *plugin); | 94 gboolean (*unload)(GaimPlugin *plugin); |
| 90 void (*destroy)(GaimPlugin *plugin); | 95 void (*destroy)(GaimPlugin *plugin); |
| 91 | 96 |
| 92 void *ui_info; | 97 void *ui_info; |
