diff src/ft.h @ 4539:05476ef20d58

[gaim-migrate @ 4818] Added gaim_xfer_is_completed() committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 06 Feb 2003 08:42:38 +0000
parents 009e206f260c
children a2c95c0d7333
line wrap: on
line diff
--- a/src/ft.h	Thu Feb 06 04:32:54 2003 +0000
+++ b/src/ft.h	Thu Feb 06 08:42:38 2003 +0000
@@ -171,6 +171,15 @@
 struct gaim_account *gaim_xfer_get_account(const struct gaim_xfer *xfer);
 
 /**
+ * Returns the completed state for a file transfer.
+ *
+ * @param xfer The file transfer.
+ *
+ * @return The completed state.
+ */
+gboolean gaim_xfer_is_completed(const struct gaim_xfer *xfer);
+
+/**
  * Returns the name of the file being sent or received.
  *
  * @param xfer The file transfer.