diff gtk/gtkft.h @ 14394:2620e491c8f1

[gaim-migrate @ 17102] Remove gaim_show_xfer_dialog, it was only used as a callback from the buddy list menus, and it just ended up calling gaim_gtkxfer_dialog_show anyway, so I removed the middle man. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 31 Aug 2006 21:52:06 +0000
parents 009db0b357b5
children
line wrap: on
line diff
--- a/gtk/gtkft.h	Thu Aug 31 21:50:55 2006 +0000
+++ b/gtk/gtkft.h	Thu Aug 31 21:52:06 2006 +0000
@@ -55,7 +55,8 @@
 void gaim_gtkxfer_dialog_destroy(GaimGtkXferDialog *dialog);
 
 /**
- * Displays the file transfer dialog.
+ * 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.
  */
@@ -69,11 +70,6 @@
 void gaim_gtkxfer_dialog_hide(GaimGtkXferDialog *dialog);
 
 /**
- * Shows the file transfer dialog, creating a new one if necessary
- */
-void gaim_show_xfer_dialog(void);
-
-/**
  * Adds a file transfer to the dialog.
  *
  * @param dialog The file transfer dialog.