summaryrefslogtreecommitdiff
path: root/libpurple/xfer.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2016-08-28 16:27:57 -0500
committerGary Kramlich <grim@reaperworld.com>2016-08-28 16:27:57 -0500
commit9f463a3fa424674e7a0f11f193b689017861da70 (patch)
treebd2081f284901b477b7d5118af5df4bb26ebb7fe /libpurple/xfer.h
parent36c74ea6a672848d784e089c9650ee59506eb42e (diff)
downloadpidgin-9f463a3fa424674e7a0f11f193b689017861da70.tar.gz
A few random cleanups and don't even try to document class structs
Diffstat (limited to 'libpurple/xfer.h')
-rw-r--r--libpurple/xfer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/xfer.h b/libpurple/xfer.h
index ea847f0b43..164b9b6279 100644
--- a/libpurple/xfer.h
+++ b/libpurple/xfer.h
@@ -94,6 +94,7 @@ typedef enum
/**
* PurpleXferUiOps:
+ * @new_xfer: UI op to initialize a new transfer
* @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.