| 150 time_t mtime); |
150 time_t mtime); |
| 151 void (*write_conv)(GaimConversation *conv, const char *name, const char *alias, |
151 void (*write_conv)(GaimConversation *conv, const char *name, const char *alias, |
| 152 const char *message, GaimMessageFlags flags, |
152 const char *message, GaimMessageFlags flags, |
| 153 time_t mtime); |
153 time_t mtime); |
| 154 |
154 |
| 155 void (*chat_add_users)(GaimConversation *conv, GList *users, GList *flags, GList *aliases); |
155 void (*chat_add_users)(GaimConversation *conv, GList *users, |
| |
156 GList *flags, GList *aliases, gboolean new_arrivals); |
| 156 void (*chat_rename_user)(GaimConversation *conv, const char *old_name, |
157 void (*chat_rename_user)(GaimConversation *conv, const char *old_name, |
| 157 const char *new_name, const char *new_alias); |
158 const char *new_name, const char *new_alias); |
| 158 void (*chat_remove_user)(GaimConversation *conv, const char *user); |
159 void (*chat_remove_user)(GaimConversation *conv, const char *user); |
| 159 void (*chat_remove_users)(GaimConversation *conv, GList *users); |
160 void (*chat_remove_users)(GaimConversation *conv, GList *users); |
| 160 void (*chat_update_user)(GaimConversation *conv, const char *user); |
161 void (*chat_update_user)(GaimConversation *conv, const char *user); |