comparison pidgin-twitter.c @ 76:63bd9ca28be0 0.7.0 alpha1

- added nosuke and iratqq to the authors. - updated README. - minor cleanups.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 28 Jun 2008 12:37:28 +0900
parents 6b9593d1ffed
children 0b93dd0e0de1
comparison
equal deleted inserted replaced
75:f83b14fbca23 76:63bd9ca28be0
915 GList *win_list; 915 GList *win_list;
916 GtkIMHtml *target_imhtml = NULL; 916 GtkIMHtml *target_imhtml = NULL;
917 GtkTextBuffer *target_buffer = NULL; 917 GtkTextBuffer *target_buffer = NULL;
918 GtkTextIter inserting_point, next_line; 918 GtkTextIter inserting_point, next_line;
919 gchar *message; 919 gchar *message;
920 GMatchInfo *match_info = NULL; 920 // GMatchInfo *match_info = NULL;
921 gchar *user_name_in_message; 921 // gchar *user_name_in_message;
922 int icon_id; 922 int icon_id;
923 GList *entry_of_mark; 923 GList *entry_of_mark;
924 924
925 twitter_debug("called\n"); 925 twitter_debug("called\n");
926 926
1481 0, /**< flags */ 1481 0, /**< flags */
1482 NULL, /**< deps */ 1482 NULL, /**< deps */
1483 PURPLE_PRIORITY_DEFAULT, /**< priority */ 1483 PURPLE_PRIORITY_DEFAULT, /**< priority */
1484 PLUGIN_ID, /**< id */ 1484 PLUGIN_ID, /**< id */
1485 "Pidgin-Twitter", /**< name */ 1485 "Pidgin-Twitter", /**< name */
1486 "0.7.0d1", /**< version */ 1486 "0.7.0 alpha1", /**< version */
1487 "replaces usernames with links and plays sounds", /** summary */ 1487 "provides useful features for twitter", /** summary */
1488 "replaces usernames with links and plays sounds", /** desc */ 1488 "provides useful features for twitter", /** desc */
1489 "Yoshiki Yazawa, mikanbako and the pidging-twitter team", /**< author */ 1489 "Yoshiki Yazawa, mikanbako, \nKonosuke Watanabe, IWATA Ray, \nthe pidging-twitter team", /**< author */
1490 "http://www.honeyplanet.jp/", /**< homepage */ 1490 "http://www.honeyplanet.jp/", /**< homepage */
1491 load_plugin, /**< load */ 1491 load_plugin, /**< load */
1492 unload_plugin, /**< unload */ 1492 unload_plugin, /**< unload */
1493 NULL, /**< destroy */ 1493 NULL, /**< destroy */
1494 NULL, /**< ui_info */ 1494 NULL, /**< ui_info */