Mercurial > pidgin
comparison plugins/simple.c @ 3565:154c4a9d9b6d
[gaim-migrate @ 3660]
Now you can configure your plugins.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 28 Sep 2002 21:39:45 +0000 |
| parents | cd938f18f3f8 |
| children | fefad67de2c7 |
comparison
equal
deleted
inserted
replaced
| 3564:83a54877f1ae | 3565:154c4a9d9b6d |
|---|---|
| 12 } | 12 } |
| 13 | 13 |
| 14 void gaim_plugin_remove() { | 14 void gaim_plugin_remove() { |
| 15 printf("plugin unloaded.\n"); | 15 printf("plugin unloaded.\n"); |
| 16 handle = NULL; | 16 handle = NULL; |
| 17 } | |
| 18 | |
| 19 void gaim_plugin_config() { | |
| 20 printf("configuring plugin.\n"); | |
| 21 } | 17 } |
| 22 | 18 |
| 23 struct gaim_plugin_description desc; | 19 struct gaim_plugin_description desc; |
| 24 struct gaim_plugin_description *gaim_plugin_desc() { | 20 struct gaim_plugin_description *gaim_plugin_desc() { |
| 25 desc.api_version = PLUGIN_API_VERSION; | 21 desc.api_version = PLUGIN_API_VERSION; |
