comparison pidgin/plugins/gestures/gestures.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 32c366eeeb99
children 4ca97b26a8fb 44b4e8bd759b
comparison
equal deleted inserted replaced
16677:30829e806dae 16678:3d41d0d7fb9b
269 } 269 }
270 270
271 static PidginPluginUiInfo ui_info = 271 static PidginPluginUiInfo ui_info =
272 { 272 {
273 get_config_frame, 273 get_config_frame,
274 0 /* page_num (Reserved) */ 274 0, /* page_num (Reserved) */
275
276 /* padding */
277 NULL,
278 NULL,
279 NULL,
280 NULL
275 }; 281 };
276 282
277 static PurplePluginInfo info = 283 static PurplePluginInfo info =
278 { 284 {
279 PURPLE_PLUGIN_MAGIC, 285 PURPLE_PLUGIN_MAGIC,
306 NULL, /**< destroy */ 312 NULL, /**< destroy */
307 313
308 &ui_info, /**< ui_info */ 314 &ui_info, /**< ui_info */
309 NULL, /**< extra_info */ 315 NULL, /**< extra_info */
310 NULL, 316 NULL,
317 NULL,
318
319 /* padding */
320 NULL,
321 NULL,
322 NULL,
311 NULL 323 NULL
312 }; 324 };
313 325
314 static void 326 static void
315 init_plugin(PurplePlugin *plugin) 327 init_plugin(PurplePlugin *plugin)