src/gtkconv.c

changeset 12624
c1c92f08976b
parent 12618
b83b6bab0703
child 12636
72de6423d3c7
equal deleted inserted replaced
12623:4f1fe7e1f808 12624:c1c92f08976b
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

mercurial