comparison 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
comparison
equal deleted inserted replaced
14393:81932c1ec6cf 14394:2620e491c8f1
53 * @param dialog The file transfer dialog. 53 * @param dialog The file transfer dialog.
54 */ 54 */
55 void gaim_gtkxfer_dialog_destroy(GaimGtkXferDialog *dialog); 55 void gaim_gtkxfer_dialog_destroy(GaimGtkXferDialog *dialog);
56 56
57 /** 57 /**
58 * Displays the file transfer dialog. 58 * Displays the file transfer dialog given.
59 * If dialog is @c NULL, displays the default dialog, creating one if necessary
59 * 60 *
60 * @param dialog The file transfer dialog to show. 61 * @param dialog The file transfer dialog to show.
61 */ 62 */
62 void gaim_gtkxfer_dialog_show(GaimGtkXferDialog *dialog); 63 void gaim_gtkxfer_dialog_show(GaimGtkXferDialog *dialog);
63 64
65 * Hides the file transfer dialog. 66 * Hides the file transfer dialog.
66 * 67 *
67 * @param dialog The file transfer dialog to hide. 68 * @param dialog The file transfer dialog to hide.
68 */ 69 */
69 void gaim_gtkxfer_dialog_hide(GaimGtkXferDialog *dialog); 70 void gaim_gtkxfer_dialog_hide(GaimGtkXferDialog *dialog);
70
71 /**
72 * Shows the file transfer dialog, creating a new one if necessary
73 */
74 void gaim_show_xfer_dialog(void);
75 71
76 /** 72 /**
77 * Adds a file transfer to the dialog. 73 * Adds a file transfer to the dialog.
78 * 74 *
79 * @param dialog The file transfer dialog. 75 * @param dialog The file transfer dialog.