libpurple/server.h

changeset 22914
0e29be02e152
parent 22910
20759043085f
child 22916
a25812fbb745
equal deleted inserted replaced
22912:26807e5a5883 22914:0e29be02e152
171 * fails. 171 * fails.
172 * 172 *
173 * @param gc The connection on which chat joining failed 173 * @param gc The connection on which chat joining failed
174 * @param name The name of the chat which we did not join 174 * @param name The name of the chat which we did not join
175 */ 175 */
176 void serv_got_join_chat_failed(PurpleConnection *gc, const char *name); 176 void purple_serv_got_join_chat_failed(PurpleConnection *gc, const char *name);
177 177
178 void serv_got_chat_left(PurpleConnection *g, int id); 178 void serv_got_chat_left(PurpleConnection *g, int id);
179 void serv_got_chat_in(PurpleConnection *g, int id, const char *who, 179 void serv_got_chat_in(PurpleConnection *g, int id, const char *who,
180 PurpleMessageFlags flags, const char *message, time_t mtime); 180 PurpleMessageFlags flags, const char *message, time_t mtime);
181 void serv_send_file(PurpleConnection *gc, const char *who, const char *file); 181 void serv_send_file(PurpleConnection *gc, const char *who, const char *file);

mercurial