comparison pidgin/plugins/spellchk.c @ 16678:3d41d0d7fb9b

Default plugins are done, for the release i'm not that concerned about plugins that do _NOT_ compile by default
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 00:34:04 +0000
parents 66dff3dfdea6
children 4ca97b26a8fb 16bdcffb1c62
comparison
equal deleted inserted replaced
16677:30829e806dae 16678:3d41d0d7fb9b
2348 } 2348 }
2349 2349
2350 static PidginPluginUiInfo ui_info = 2350 static PidginPluginUiInfo ui_info =
2351 { 2351 {
2352 get_config_frame, 2352 get_config_frame,
2353 0 /* page_num (Reserved) */ 2353 0, /* page_num (Reserved) */
2354
2355 /* padding */
2356 NULL,
2357 NULL,
2358 NULL,
2359 NULL
2354 }; 2360 };
2355 2361
2356 static PurplePluginInfo info = 2362 static PurplePluginInfo info =
2357 { 2363 {
2358 PURPLE_PLUGIN_MAGIC, 2364 PURPLE_PLUGIN_MAGIC,
2374 plugin_unload, 2380 plugin_unload,
2375 NULL, 2381 NULL,
2376 &ui_info, 2382 &ui_info,
2377 NULL, 2383 NULL,
2378 NULL, 2384 NULL,
2385 NULL,
2386
2387 /* padding */
2388 NULL,
2389 NULL,
2390 NULL,
2379 NULL 2391 NULL
2380 }; 2392 };
2381 2393
2382 static void 2394 static void
2383 init_plugin(PurplePlugin *plugin) 2395 init_plugin(PurplePlugin *plugin)