Mercurial > pidgin
comparison plugins/ipc-test-client.c @ 9954:a9fb4493ae22
[gaim-migrate @ 10851]
a combination of the hacking i've been doing on jabber, and the patch datallah just sent me
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 05 Sep 2004 17:10:39 +0000 |
| parents | 294ae6548d4e |
| children | 50224ac8184d |
comparison
equal
deleted
inserted
replaced
| 9953:d908907d9441 | 9954:a9fb4493ae22 |
|---|---|
| 19 * 02111-1307, USA. | 19 * 02111-1307, USA. |
| 20 */ | 20 */ |
| 21 #include "internal.h" | 21 #include "internal.h" |
| 22 #include "debug.h" | 22 #include "debug.h" |
| 23 #include "plugin.h" | 23 #include "plugin.h" |
| 24 #include "version.h" | |
| 24 | 25 |
| 25 #define IPC_TEST_CLIENT_PLUGIN_ID "core-ipc-test-client" | 26 #define IPC_TEST_CLIENT_PLUGIN_ID "core-ipc-test-client" |
| 26 | 27 |
| 27 static gboolean | 28 static gboolean |
| 28 plugin_load(GaimPlugin *plugin) | 29 plugin_load(GaimPlugin *plugin) |
| 71 return TRUE; | 72 return TRUE; |
| 72 } | 73 } |
| 73 | 74 |
| 74 static GaimPluginInfo info = | 75 static GaimPluginInfo info = |
| 75 { | 76 { |
| 76 GAIM_PLUGIN_API_VERSION, /**< api_version */ | 77 GAIM_PLUGIN_MAGIC, |
| 78 GAIM_MAJOR_VERSION, | |
| 79 GAIM_MINOR_VERSION, | |
| 77 GAIM_PLUGIN_STANDARD, /**< type */ | 80 GAIM_PLUGIN_STANDARD, /**< type */ |
| 78 NULL, /**< ui_requirement */ | 81 NULL, /**< ui_requirement */ |
| 79 0, /**< flags */ | 82 0, /**< flags */ |
| 80 NULL, /**< dependencies */ | 83 NULL, /**< dependencies */ |
| 81 GAIM_PRIORITY_DEFAULT, /**< priority */ | 84 GAIM_PRIORITY_DEFAULT, /**< priority */ |
