libpurple/ft.h

changeset 15702
111fdd9108cc
parent 15435
4b933b06d75e
child 15884
4de1981757fc
--- 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.
  *

mercurial