comparison plugins/gaiminc.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 60705fd4f411
children 60db14d54914
comparison
equal deleted inserted replaced
9953:d908907d9441 9954:a9fb4493ae22
2 #include "plugin.h" 2 #include "plugin.h"
3 3
4 #include "account.h" 4 #include "account.h"
5 #include "connection.h" 5 #include "connection.h"
6 #include "conversation.h" 6 #include "conversation.h"
7 #include "version.h"
7 8
8 /* include UI for gaim_gtkdialogs_about() */ 9 /* include UI for gaim_gtkdialogs_about() */
9 #include "gtkplugin.h" 10 #include "gtkplugin.h"
10 #include "gtkdialogs.h" 11 #include "gtkdialogs.h"
11 12
74 return TRUE; 75 return TRUE;
75 } 76 }
76 77
77 static GaimPluginInfo info = 78 static GaimPluginInfo info =
78 { 79 {
79 GAIM_PLUGIN_API_VERSION, /**< api_version */ 80 GAIM_PLUGIN_MAGIC,
81 GAIM_MAJOR_VERSION,
82 GAIM_MINOR_VERSION,
80 GAIM_PLUGIN_STANDARD, /**< type */ 83 GAIM_PLUGIN_STANDARD, /**< type */
81 NULL, /**< ui_requirement */ 84 NULL, /**< ui_requirement */
82 0, /**< flags */ 85 0, /**< flags */
83 NULL, /**< dependencies */ 86 NULL, /**< dependencies */
84 GAIM_PRIORITY_DEFAULT, /**< priority */ 87 GAIM_PRIORITY_DEFAULT, /**< priority */