diff -r 084727c51509 -r 1d9b65303dfc finch/gntft.h --- a/finch/gntft.h Mon Apr 16 03:37:48 2007 +0000 +++ b/finch/gntft.h Mon Apr 16 05:07:21 2007 +0000 @@ -42,30 +42,23 @@ /** * Destroys a file transfer dialog. - * - * @param dialog The file transfer dialog. */ void finch_xfer_dialog_destroy(void); /** * Displays the file transfer dialog given. * If dialog is @c NULL, displays the default dialog, creating one if necessary - * - * @param dialog The file transfer dialog to show. */ void finch_xfer_dialog_show(void); /** * Hides the file transfer dialog. - * - * @param dialog The file transfer dialog to hide. */ void finch_xfer_dialog_hide(); /** * Adds a file transfer to the dialog. * - * @param dialog The file transfer dialog. * @param xfer The file transfer. */ void finch_xfer_dialog_add_xfer(PurpleXfer *xfer); @@ -73,7 +66,6 @@ /** * Removes a file transfer from the dialog. * - * @param dialog The file transfer dialog. * @param xfer The file transfer. */ void finch_xfer_dialog_remove_xfer(PurpleXfer *xfer); @@ -81,7 +73,6 @@ /** * Indicate in a file transfer dialog that a transfer was canceled. * - * @param dialog The file transfer dialog. * @param xfer The file transfer that was canceled. */ void finch_xfer_dialog_cancel_xfer(PurpleXfer *xfer); @@ -89,7 +80,6 @@ /** * Updates the information for a transfer in the dialog. * - * @param dialog The file transfer dialog. * @param xfer The file transfer. */ void finch_xfer_dialog_update_xfer(PurpleXfer *xfer);