comparison pidgin-twitter.c @ 30:e740ceed9337

tweaked descriptions
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 06 May 2008 22:11:03 +0900
parents 73e817be3267
children 312a745dece6
comparison
equal deleted inserted replaced
29:ea1aef67c97d 30:e740ceed9337
380 0, /**< flags */ 380 0, /**< flags */
381 NULL, /**< deps */ 381 NULL, /**< deps */
382 PURPLE_PRIORITY_DEFAULT, /**< priority */ 382 PURPLE_PRIORITY_DEFAULT, /**< priority */
383 PIDGINTWITTER_PLUGIN_ID, /**< id */ 383 PIDGINTWITTER_PLUGIN_ID, /**< id */
384 "Pidgin-Twitter", /**< name */ 384 "Pidgin-Twitter", /**< name */
385 "0.5.1", /**< version */ 385 "0.5.2", /**< version */
386 "replaces @username to a link and play sound", /** summary */ 386 "replaces usernames with links and play sounds", /** summary */
387 "replaces @username in a link and play sound", /** desc */ 387 "replaces usernames with links and play sounds", /** desc */
388 "Yoshiki Yazawa (yaz@honeyplanet.jp)", /**< author */ 388 "Yoshiki Yazawa (yaz@honeyplanet.jp)", /**< author */
389 "http://www.honeyplanet.jp/", /**< homepage */ 389 "http://www.honeyplanet.jp/", /**< homepage */
390 load_plugin, /**< load */ 390 load_plugin, /**< load */
391 unload_plugin, /**< unload */ 391 unload_plugin, /**< unload */
392 NULL, /**< destroy */ 392 NULL, /**< destroy */