diff finch/gntft.h @ 20407:1122d47583a1

explicit merge of 'd42ad2da81f881b2fbd2fb080cc70a843bc70d02' and '8582c561c020d2d1e8d358e2e7cd9e3da113ed9e' to branch 'im.pidgin.cpw.khc.msnp14'
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 02 May 2007 05:25:27 +0000
parents 36b09c6f7957
children 44b4e8bd759b
line wrap: on
line diff
--- a/finch/gntft.h	Sun Apr 15 20:12:06 2007 +0000
+++ b/finch/gntft.h	Wed May 02 05:25:27 2007 +0000
@@ -1,6 +1,6 @@
 /**
  * @file gntft.h GNT File Transfer UI
- * @ingroup gntui
+ * @ingroup finch
  *
  * finch
  *
@@ -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);