comparison src/protocols/napster/napster.c @ 9475:7a65fdba750f

[gaim-migrate @ 10300] (12:01:33) nosnilmot: LSchiere: I commented nearly every entry in GaimPluginProtocolInfo in nearly all prpls committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 16:32:05 +0000
parents 670daf18649b
children 8b2451878e26
comparison
equal deleted inserted replaced
9474:e7b312e90abb 9475:7a65fdba750f
549 549
550 static GaimPluginProtocolInfo prpl_info = 550 static GaimPluginProtocolInfo prpl_info =
551 { 551 {
552 GAIM_PRPL_API_VERSION, 552 GAIM_PRPL_API_VERSION,
553 OPT_PROTO_CHAT_TOPIC, 553 OPT_PROTO_CHAT_TOPIC,
554 NULL, 554 NULL, /* user_splits */
555 NULL, 555 NULL, /* protocol_options */
556 NO_BUDDY_ICONS, 556 NO_BUDDY_ICONS, /* icon_spec */
557 nap_list_icon, 557 nap_list_icon, /* list_icon */
558 nap_list_emblems, 558 nap_list_emblems, /* list_emblems */
559 NULL, 559 NULL, /* status_text */
560 NULL, 560 NULL, /* tooltip_text */
561 NULL, 561 NULL, /* away_states */
562 NULL, 562 NULL, /* blist_node_menu */
563 nap_chat_info, 563 nap_chat_info, /* chat_info */
564 nap_login, 564 nap_login, /* login */
565 nap_close, 565 nap_close, /* close */
566 nap_send_im, 566 nap_send_im, /* send_im */
567 NULL, 567 NULL, /* set_info */
568 NULL, 568 NULL, /* send_typing */
569 nap_get_info, 569 nap_get_info, /* get_info */
570 NULL, 570 NULL, /* set_away */
571 NULL, 571 NULL, /* set_idle */
572 NULL, 572 NULL, /* change_passwd */
573 nap_add_buddy, 573 nap_add_buddy, /* add_buddy */
574 nap_add_buddies, 574 nap_add_buddies, /* add_buddies */
575 nap_remove_buddy, 575 nap_remove_buddy, /* remove_buddy */
576 NULL, 576 NULL, /* remove_buddies */
577 NULL, 577 NULL, /* add_permit */
578 NULL, 578 NULL, /* add_deny */
579 NULL, 579 NULL, /* rem_permit */
580 NULL, 580 NULL, /* rem_deny */
581 NULL, 581 NULL, /* set_permit_deny */
582 NULL, 582 NULL, /* warn */
583 nap_join_chat, 583 nap_join_chat, /* join_chat */
584 NULL, /* reject chat invite */ 584 NULL, /* reject chat invite */
585 NULL, 585 NULL, /* chat_invite */
586 nap_chat_leave, 586 nap_chat_leave, /* chat_leave */
587 NULL, 587 NULL, /* chat_whisper */
588 nap_chat_send, 588 nap_chat_send, /* chat_send */
589 NULL, 589 NULL, /* keepalive */
590 NULL, 590 NULL, /* register_user */
591 NULL, 591 NULL, /* get_cb_info */
592 NULL, 592 NULL, /* get_cb_away */
593 NULL, 593 NULL, /* alias_buddy */
594 NULL, 594 NULL, /* group_buddy */
595 NULL, 595 NULL, /* rename_group */
596 NULL, 596 NULL, /* buddy_free */
597 NULL, 597 NULL, /* convo_closed */
598 NULL, 598 NULL, /* normalize */
599 NULL, 599 NULL, /* set_buddy_icon */
600 NULL, 600 NULL, /* remove_group */
601 NULL, 601 NULL, /* get_cb_real_name */
602 NULL, 602 NULL, /* set_chat_topic */
603 NULL, 603 NULL, /* find_blist_chat */
604 NULL, 604 NULL, /* roomlist_get_list */
605 NULL, 605 NULL, /* roomlist_cancel */
606 NULL, 606 NULL, /* roomlist_expand_category */
607 NULL, /* can_receive_file */ 607 NULL, /* can_receive_file */
608 NULL /* send_file */ 608 NULL /* send_file */
609 }; 609 };
610 610
611 static GaimPluginInfo info = 611 static GaimPluginInfo info =
612 { 612 {
613 GAIM_PLUGIN_API_VERSION, /**< api_version */ 613 GAIM_PLUGIN_API_VERSION, /**< api_version */