comparison plugins/docklet/docklet.c @ 8749:d7b8eb1f0a18

[gaim-migrate @ 9504] Bumped up the plugin API version number, and added version numbers for loader plugins and protocol plugins. Authors will want to update their plugins, and possibly use GAIM_PLUGIN_API_VERSION, GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 22 Apr 2004 01:53:18 +0000
parents 57bdd25752c1
children b875f5d57b81
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
493 plugin_config_frame 493 plugin_config_frame
494 }; 494 };
495 495
496 static GaimPluginInfo info = 496 static GaimPluginInfo info =
497 { 497 {
498 2, /**< api_version */ 498 GAIM_PLUGIN_API_VERSION, /**< api_version */
499 GAIM_PLUGIN_STANDARD, /**< type */ 499 GAIM_PLUGIN_STANDARD, /**< type */
500 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */ 500 GAIM_GTK_PLUGIN_TYPE, /**< ui_requirement */
501 0, /**< flags */ 501 0, /**< flags */
502 NULL, /**< dependencies */ 502 NULL, /**< dependencies */
503 GAIM_PRIORITY_DEFAULT, /**< priority */ 503 GAIM_PRIORITY_DEFAULT, /**< priority */