Mercurial > pidgin
comparison libpurple/protocols/mxit/mxit.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 | d8c652ea476a |
children |
comparison
equal
deleted
inserted
replaced
32818:01ff09d4a463 | 32819:2c6510167895 |
---|---|
159 char* uid; /* the user's UID */ | 159 char* uid; /* the user's UID */ |
160 | 160 |
161 /* libpurple */ | 161 /* libpurple */ |
162 PurpleAccount* acc; /* pointer to the libpurple internal account struct */ | 162 PurpleAccount* acc; /* pointer to the libpurple internal account struct */ |
163 PurpleConnection* con; /* pointer to the libpurple internal connection struct */ | 163 PurpleConnection* con; /* pointer to the libpurple internal connection struct */ |
164 guint inpa; /* the input watcher */ | |
164 | 165 |
165 /* transmit */ | 166 /* transmit */ |
166 struct tx_queue queue; /* transmit packet queue (FIFO mode) */ | 167 struct tx_queue queue; /* transmit packet queue (FIFO mode) */ |
167 gint64 last_tx; /* timestamp of last packet sent */ | 168 gint64 last_tx; /* timestamp of last packet sent */ |
168 int outack; /* outstanding ack packet */ | 169 int outack; /* outstanding ack packet */ |
189 | 190 |
190 char* mxit_status_text( PurpleBuddy* buddy ); | 191 char* mxit_status_text( PurpleBuddy* buddy ); |
191 void mxit_enable_signals( struct MXitSession* session ); | 192 void mxit_enable_signals( struct MXitSession* session ); |
192 | 193 |
193 #ifdef MXIT_LINK_CLICK | 194 #ifdef MXIT_LINK_CLICK |
194 void mxit_register_uri_handler(void); | 195 void mxit_register_uri_handler( void ); |
195 #endif | 196 #endif |
196 | 197 |
197 | 198 |
198 #endif /* _MXIT_H_ */ | 199 #endif /* _MXIT_H_ */ |
199 | 200 |