Mercurial > pidgin
comparison libpurple/ft.h @ 15640:35fa1d1c4ef2
Patch from Richard 'wabz' Nelson to add file-transfer ui. Amazing stuff\!
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 15 Feb 2007 22:43:24 +0000 |
parents | 5fe8042783c1 |
children | 32c366eeeb99 |
comparison
equal
deleted
inserted
replaced
15639:233c4a2f7b77 | 15640:35fa1d1c4ef2 |
---|---|
161 */ | 161 */ |
162 GaimXfer *gaim_xfer_new(GaimAccount *account, | 162 GaimXfer *gaim_xfer_new(GaimAccount *account, |
163 GaimXferType type, const char *who); | 163 GaimXferType type, const char *who); |
164 | 164 |
165 /** | 165 /** |
166 * Returns all xfers | |
167 * | |
168 * @return all current xfers with refs | |
169 */ | |
170 GList *gaim_xfers_get_all(void); | |
171 | |
172 /** | |
166 * Increases the reference count on a GaimXfer. | 173 * Increases the reference count on a GaimXfer. |
167 * Please call gaim_xfer_unref later. | 174 * Please call gaim_xfer_unref later. |
168 * | 175 * |
169 * @param xfer A file transfer handle. | 176 * @param xfer A file transfer handle. |
170 */ | 177 */ |