--- 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. *