/pidgin/main: 2e4ce6afa579: Doc updates for xfer's

Gary Kramlich <[email protected]> Fri, 09 Sep 2016 13:09:02 -0400
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 2e4ce6afa579eb8deef3331d86e36061c66a6c30
Author:	 Gary Kramlich <[email protected]>
Date:	 2016-08-28 16:42 -0500
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/2e4ce6afa579

Description:

Doc updates for xfer's

diffstat:

 libpurple/xfer.h |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (20 lines):

diff --git a/libpurple/xfer.h b/libpurple/xfer.h
--- a/libpurple/xfer.h
+++ b/libpurple/xfer.h
@@ -94,7 +94,15 @@ typedef enum
 
 /**
  * PurpleXferUiOps:
- * @new_xfer: UI op to initialize a new transfer
+ * @new_xfer: UI op that's called after a new transfer is created.
+ * @destroy: UI op that's called when a transfer is being destroyed.
+ * @add_xfer: UI op that's called when a transfer should be added to the UI.
+ * @update_progress: UI op that's called when a transfer's progress has been
+ *                   updated.
+ * @cancel_local: UI op that's called when a transfer has been canceled on the
+ *                local end.
+ * @cancel_remote: UI op that's called when a transfer has been canceled on
+ *                 the remote end.
  * @ui_write: UI op to write data received from the protocol. The UI must deal
  *            with the entire buffer and return size, or it is treated as an
  *            error.

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits