Mercurial > pidgin
comparison libpurple/protocols/yahoo/libymsg.h @ 32819:2c6510167895 default tip
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24)
to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Sat, 02 Jun 2012 02:30:49 +0000 |
| parents | 75daf132caf2 |
| children |
comparison
equal
deleted
inserted
replaced
| 32818:01ff09d4a463 | 32819:2c6510167895 |
|---|---|
| 186 } YahooPersonalDetails; | 186 } YahooPersonalDetails; |
| 187 | 187 |
| 188 typedef struct { | 188 typedef struct { |
| 189 PurpleConnection *gc; | 189 PurpleConnection *gc; |
| 190 int fd; | 190 int fd; |
| 191 guint inpa; | |
| 191 guchar *rxqueue; | 192 guchar *rxqueue; |
| 192 int rxlen; | 193 int rxlen; |
| 193 PurpleCircBuffer *txbuf; | 194 PurpleCircBuffer *txbuf; |
| 194 guint txhandler; | 195 guint txhandler; |
| 195 GHashTable *friends; | 196 GHashTable *friends; |
| 369 void yahoo_close(PurpleConnection *gc); | 370 void yahoo_close(PurpleConnection *gc); |
| 370 int yahoo_send_im(PurpleConnection *gc, const char *who, const char *what, PurpleMessageFlags flags); | 371 int yahoo_send_im(PurpleConnection *gc, const char *who, const char *what, PurpleMessageFlags flags); |
| 371 unsigned int yahoo_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state); | 372 unsigned int yahoo_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state); |
| 372 void yahoo_set_status(PurpleAccount *account, PurpleStatus *status); | 373 void yahoo_set_status(PurpleAccount *account, PurpleStatus *status); |
| 373 void yahoo_set_idle(PurpleConnection *gc, int idle); | 374 void yahoo_set_idle(PurpleConnection *gc, int idle); |
| 374 void yahoo_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *g); | 375 void yahoo_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *g, const char *message); |
| 375 void yahoo_remove_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group); | 376 void yahoo_remove_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group); |
| 376 void yahoo_add_deny(PurpleConnection *gc, const char *who); | 377 void yahoo_add_deny(PurpleConnection *gc, const char *who); |
| 377 void yahoo_rem_deny(PurpleConnection *gc, const char *who); | 378 void yahoo_rem_deny(PurpleConnection *gc, const char *who); |
| 378 void yahoo_set_permit_deny(PurpleConnection *gc); | 379 void yahoo_set_permit_deny(PurpleConnection *gc); |
| 379 void yahoo_keepalive(PurpleConnection *gc); | 380 void yahoo_keepalive(PurpleConnection *gc); |
