| 5471 gaim_gtkconv_chat_add_users, /* chat_add_users */ |
5471 gaim_gtkconv_chat_add_users, /* chat_add_users */ |
| 5472 gaim_gtkconv_chat_rename_user, /* chat_rename_user */ |
5472 gaim_gtkconv_chat_rename_user, /* chat_rename_user */ |
| 5473 gaim_gtkconv_chat_remove_user, /* chat_remove_user */ |
5473 gaim_gtkconv_chat_remove_user, /* chat_remove_user */ |
| 5474 gaim_gtkconv_chat_remove_users, /* chat_remove_users */ |
5474 gaim_gtkconv_chat_remove_users, /* chat_remove_users */ |
| 5475 gaim_gtkconv_chat_update_user, /* chat_update_user */ |
5475 gaim_gtkconv_chat_update_user, /* chat_update_user */ |
| |
5476 gaim_gtkconv_present_conversation, /* present */ |
| 5476 gaim_gtkconv_has_focus, /* has_focus */ |
5477 gaim_gtkconv_has_focus, /* has_focus */ |
| 5477 gaim_gtkconv_custom_smiley_add, /* custom_smiley_add */ |
5478 gaim_gtkconv_custom_smiley_add, /* custom_smiley_add */ |
| 5478 gaim_gtkconv_custom_smiley_write, /* custom_smiley_write */ |
5479 gaim_gtkconv_custom_smiley_write, /* custom_smiley_write */ |
| 5479 gaim_gtkconv_custom_smiley_close, /* custom_smiley_close */ |
5480 gaim_gtkconv_custom_smiley_close, /* custom_smiley_close */ |
| 5480 gaim_gtkconv_updated /* updated */ |
5481 gaim_gtkconv_updated /* updated */ |
| 5481 }; |
5482 }; |
| 5482 |
5483 |