Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libpurple/ft.h Thu Feb 15 19:25:28 2007 +0000 +++ b/libpurple/ft.h Thu Feb 15 22:43:24 2007 +0000 @@ -163,6 +163,13 @@ GaimXferType type, const char *who); /** + * Returns all xfers + * + * @return all current xfers with refs + */ +GList *gaim_xfers_get_all(void); + +/** * Increases the reference count on a GaimXfer. * Please call gaim_xfer_unref later. *
