Mercurial > pidgin.yaz
comparison plugins/gtk-signals-test.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 | 93211b7538d6 |
children | 50224ac8184d |
comparison
equal
deleted
inserted
replaced
9953:d908907d9441 | 9954:a9fb4493ae22 |
---|---|
22 | 22 |
23 #include <gtk/gtk.h> | 23 #include <gtk/gtk.h> |
24 | 24 |
25 #include "internal.h" | 25 #include "internal.h" |
26 #include "debug.h" | 26 #include "debug.h" |
27 #include "version.h" | |
27 | 28 |
28 #include "gtkaccount.h" | 29 #include "gtkaccount.h" |
29 #include "gtkblist.h" | 30 #include "gtkblist.h" |
30 #include "gtkconv.h" | 31 #include "gtkconv.h" |
31 #include "gtkplugin.h" | 32 #include "gtkplugin.h" |
86 return TRUE; | 87 return TRUE; |
87 } | 88 } |
88 | 89 |
89 static GaimPluginInfo info = | 90 static GaimPluginInfo info = |
90 { | 91 { |
91 GAIM_PLUGIN_API_VERSION, /**< api_version */ | 92 GAIM_PLUGIN_MAGIC, |
93 GAIM_MAJOR_VERSION, | |
94 GAIM_MINOR_VERSION, | |
92 GAIM_PLUGIN_STANDARD, /**< type */ | 95 GAIM_PLUGIN_STANDARD, /**< type */ |
93 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */ | 96 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */ |
94 0, /**< flags */ | 97 0, /**< flags */ |
95 NULL, /**< dependencies */ | 98 NULL, /**< dependencies */ |
96 GAIM_PRIORITY_DEFAULT, /**< priority */ | 99 GAIM_PRIORITY_DEFAULT, /**< priority */ |