comparison libpurple/protocols/msn/slpmsg.h @ 29778:cece09dbb119

merge of 'e9d34ab5e47f22b35fd2d69d61a2c943cc0653db' and 'fc3d5c2a3920e0875ac235415cea9fc7f5ed780c'
author Mark Doliner <mark@kingant.net>
date Thu, 18 Feb 2010 08:10:58 +0000
parents 69077f3993f6
children b98d1ca8422d
comparison
equal deleted inserted replaced
29777:46abe1203e0b 29778:cece09dbb119
55 long flags; 55 long flags;
56 56
57 gboolean ft; 57 gboolean ft;
58 PurpleStoredImage *img; 58 PurpleStoredImage *img;
59 guchar *buffer; 59 guchar *buffer;
60
61 /**
62 * For outgoing messages this is the number of bytes from buffer that
63 * have already been sent out. For incoming messages this is the
64 * number of bytes that have been written to buffer.
65 */
60 long long offset; 66 long long offset;
67
68 /**
69 * This is the size of buffer, unless this is an outgoing file transfer,
70 * in which case this is the size of the file.
71 */
61 long long size; 72 long long size;
62 73
63 GList *msgs; /**< The real messages. */ 74 GList *msgs; /**< The real messages. */
64 75
65 #if 1 76 #if 1