| 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); |