Mercurial > pidgin
comparison plugins/simple.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 |
|---|---|
| 1 #include "internal.h" | 1 #include "internal.h" |
| 2 #include "debug.h" | 2 #include "debug.h" |
| 3 #include "plugin.h" | 3 #include "plugin.h" |
| 4 #include "version.h" | |
| 4 | 5 |
| 5 static gboolean | 6 static gboolean |
| 6 plugin_load(GaimPlugin *plugin) | 7 plugin_load(GaimPlugin *plugin) |
| 7 { | 8 { |
| 8 gaim_debug(GAIM_DEBUG_INFO, "simple", "simple plugin loaded.\n"); | 9 gaim_debug(GAIM_DEBUG_INFO, "simple", "simple plugin loaded.\n"); |
| 18 return TRUE; | 19 return TRUE; |
| 19 } | 20 } |
| 20 | 21 |
| 21 static GaimPluginInfo info = | 22 static GaimPluginInfo info = |
| 22 { | 23 { |
| 23 GAIM_PLUGIN_API_VERSION, /**< api_version */ | 24 GAIM_PLUGIN_MAGIC, |
| 25 GAIM_MAJOR_VERSION, | |
| 26 GAIM_MINOR_VERSION, | |
| 24 GAIM_PLUGIN_STANDARD, /**< type */ | 27 GAIM_PLUGIN_STANDARD, /**< type */ |
| 25 NULL, /**< ui_requirement */ | 28 NULL, /**< ui_requirement */ |
| 26 0, /**< flags */ | 29 0, /**< flags */ |
| 27 NULL, /**< dependencies */ | 30 NULL, /**< dependencies */ |
| 28 GAIM_PRIORITY_DEFAULT, /**< priority */ | 31 GAIM_PRIORITY_DEFAULT, /**< priority */ |
| 29 | 32 |
| 30 NULL, /**< id */ | 33 NULL, /**< id */ |
