comparison src/protocols/toc/toc.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
2094 2094
2095 static GaimPluginProtocolInfo prpl_info = 2095 static GaimPluginProtocolInfo prpl_info =
2096 { 2096 {
2097 GAIM_PRPL_API_VERSION, 2097 GAIM_PRPL_API_VERSION,
2098 0, 2098 0,
2099 NULL, 2099 NULL, /* user_splits */
2100 NULL, 2100 NULL, /* protocol_options */
2101 NO_BUDDY_ICONS, 2101 NO_BUDDY_ICONS, /* icon_spec */
2102 toc_list_icon, 2102 toc_list_icon, /* list_icon */
2103 toc_list_emblems, 2103 toc_list_emblems, /* list_emblems */
2104 NULL, 2104 NULL, /* status_text */
2105 NULL, 2105 NULL, /* tooltip_text */
2106 toc_away_states, 2106 toc_away_states, /* away_states */
2107 toc_blist_node_menu, 2107 toc_blist_node_menu, /* blist_node_menu */
2108 toc_chat_info, 2108 toc_chat_info, /* chat_info */
2109 toc_login, 2109 toc_login, /* login */
2110 toc_close, 2110 toc_close, /* close */
2111 toc_send_im, 2111 toc_send_im, /* send_im */
2112 toc_set_info, 2112 toc_set_info, /* set_info */
2113 NULL, 2113 NULL, /* send_typing */
2114 toc_get_info, 2114 toc_get_info, /* get_info */
2115 toc_set_away, 2115 toc_set_away, /* set_away */
2116 toc_set_idle, 2116 toc_set_idle, /* set_idle */
2117 toc_change_passwd, 2117 toc_change_passwd, /* change_passwd */
2118 toc_add_buddy, 2118 toc_add_buddy, /* add_buddy */
2119 toc_add_buddies, 2119 toc_add_buddies, /* add_buddies */
2120 toc_remove_buddy, 2120 toc_remove_buddy, /* remove_buddy */
2121 toc_remove_buddies, 2121 toc_remove_buddies, /* remove_buddies */
2122 toc_add_permit, 2122 toc_add_permit, /* add_permit */
2123 toc_add_deny, 2123 toc_add_deny, /* add_deny */
2124 toc_rem_permit, 2124 toc_rem_permit, /* rem_permit */
2125 toc_rem_deny, 2125 toc_rem_deny, /* rem_deny */
2126 toc_set_permit_deny, 2126 toc_set_permit_deny, /* set_permit_deny */
2127 toc_warn, 2127 toc_warn, /* warn */
2128 toc_join_chat, 2128 toc_join_chat, /* join_chat */
2129 NULL, /* reject chat invite */ 2129 NULL, /* reject_chat */
2130 toc_chat_invite, 2130 toc_chat_invite, /* chat_invite */
2131 toc_chat_leave, 2131 toc_chat_leave, /* chat_leave */
2132 toc_chat_whisper, 2132 toc_chat_whisper, /* chat_whisper */
2133 toc_chat_send, 2133 toc_chat_send, /* chat_send */
2134 toc_keepalive, 2134 toc_keepalive, /* keepalive */
2135 NULL, 2135 NULL, /* register_user */
2136 NULL, 2136 NULL, /* get_cb_info */
2137 NULL, 2137 NULL, /* get_cb_away */
2138 NULL, 2138 NULL, /* alias_buddy */
2139 NULL, 2139 NULL, /* group_buddy */
2140 NULL, 2140 NULL, /* rename_group */
2141 NULL, 2141 NULL, /* buddy_free */
2142 NULL, 2142 NULL, /* convo_closed */
2143 NULL, 2143 NULL, /* normalize */
2144 NULL, 2144 NULL, /* set_buddy_icon */
2145 NULL, 2145 NULL, /* remove_group */
2146 NULL, 2146 NULL, /* get_cb_real_name */
2147 NULL, 2147 NULL, /* set_chat_topic */
2148 NULL, 2148 NULL, /* find_blist_chat */
2149 NULL, 2149 NULL, /* roomlist_get_list */
2150 NULL, 2150 NULL, /* roomlist_cancel */
2151 NULL, 2151 NULL, /* roomlist_expand_category */
2152 NULL, /* can_receive_file */ 2152 NULL, /* can_receive_file */
2153 NULL /* send_file */ 2153 NULL /* send_file */
2154 }; 2154 };
2155 2155
2156 static GaimPluginInfo info = 2156 static GaimPluginInfo info =
2157 { 2157 {
2158 GAIM_PLUGIN_API_VERSION, /**< api_version */ 2158 GAIM_PLUGIN_API_VERSION, /**< api_version */