libpurple/server.h

changeset 32787
7072f190d6ad
parent 32301
d6302cfc650f
child 34605
89e6c5346d63
equal deleted inserted replaced
32786:fba34a7937d1 32787:7072f190d6ad
28 28
29 #include "account.h" 29 #include "account.h"
30 #include "conversation.h" 30 #include "conversation.h"
31 #include "prpl.h" 31 #include "prpl.h"
32 32
33 #ifdef __cplusplus 33 G_BEGIN_DECLS
34 extern "C" {
35 #endif
36 34
37 /** 35 /**
38 * Send a typing message to a given user over a given connection. 36 * Send a typing message to a given user over a given connection.
39 * 37 *
40 * TODO: Could probably move this into the conversation API. 38 * TODO: Could probably move this into the conversation API.
183 */ 181 */
184 void serv_got_chat_in(PurpleConnection *g, int id, const char *who, 182 void serv_got_chat_in(PurpleConnection *g, int id, const char *who,
185 PurpleMessageFlags flags, const char *message, time_t mtime); 183 PurpleMessageFlags flags, const char *message, time_t mtime);
186 void serv_send_file(PurpleConnection *gc, const char *who, const char *file); 184 void serv_send_file(PurpleConnection *gc, const char *who, const char *file);
187 185
188 #ifdef __cplusplus 186 G_END_DECLS
189 }
190 #endif
191 187
192 #endif /* _PURPLE_SERVER_H_ */ 188 #endif /* _PURPLE_SERVER_H_ */
189

mercurial