Mercurial > pidgin
comparison plugins/pluginpref_example.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 | 1ae82c0c24ee |
| children | e7e3144760b0 |
comparison
equal
deleted
inserted
replaced
| 9953:d908907d9441 | 9954:a9fb4493ae22 |
|---|---|
| 30 #include "internal.h" | 30 #include "internal.h" |
| 31 | 31 |
| 32 #include "plugin.h" | 32 #include "plugin.h" |
| 33 #include "pluginpref.h" | 33 #include "pluginpref.h" |
| 34 #include "prefs.h" | 34 #include "prefs.h" |
| 35 #include "version.h" | |
| 35 | 36 |
| 36 static GaimPluginPrefFrame * | 37 static GaimPluginPrefFrame * |
| 37 get_plugin_pref_frame(GaimPlugin *plugin) { | 38 get_plugin_pref_frame(GaimPlugin *plugin) { |
| 38 GaimPluginPrefFrame *frame; | 39 GaimPluginPrefFrame *frame; |
| 39 GaimPluginPref *ppref; | 40 GaimPluginPref *ppref; |
| 110 get_plugin_pref_frame | 111 get_plugin_pref_frame |
| 111 }; | 112 }; |
| 112 | 113 |
| 113 static GaimPluginInfo info = | 114 static GaimPluginInfo info = |
| 114 { | 115 { |
| 115 GAIM_PLUGIN_API_VERSION, /**< api_version */ | 116 GAIM_PLUGIN_MAGIC, |
| 117 GAIM_MAJOR_VERSION, | |
| 118 GAIM_MINOR_VERSION, | |
| 116 GAIM_PLUGIN_STANDARD, /**< type */ | 119 GAIM_PLUGIN_STANDARD, /**< type */ |
| 117 NULL, /**< ui_requirement */ | 120 NULL, /**< ui_requirement */ |
| 118 0, /**< flags */ | 121 0, /**< flags */ |
| 119 NULL, /**< dependencies */ | 122 NULL, /**< dependencies */ |
| 120 GAIM_PRIORITY_DEFAULT, /**< priority */ | 123 GAIM_PRIORITY_DEFAULT, /**< priority */ |
