src/ft.h

changeset 8735
01248ea222d3
parent 8585
23db71a2d432
child 9511
d68f99136f26
equal deleted inserted replaced
8734:afa380e9818c 8735:01248ea222d3
163 163
164 /** 164 /**
165 * Decreases the reference count on a GaimXfer. 165 * Decreases the reference count on a GaimXfer.
166 * If the reference reaches 0, gaim_xfer_destroy (an internal function) 166 * If the reference reaches 0, gaim_xfer_destroy (an internal function)
167 * will destroy the xfer. It calls the ui destroy cb first. 167 * will destroy the xfer. It calls the ui destroy cb first.
168 * Since the core keeps a ref on the xfer, only an erronous call to 168 * Since the core keeps a ref on the xfer, only an erroneous call to
169 * this function will destroy the xfer while still in use. 169 * this function will destroy the xfer while still in use.
170 * 170 *
171 * @param xfer A file transfer handle. 171 * @param xfer A file transfer handle.
172 */ 172 */
173 void gaim_xfer_unref(GaimXfer *xfer); 173 void gaim_xfer_unref(GaimXfer *xfer);

mercurial