src/gtkft.h

changeset 11010
26c5efa84ca5
parent 9713
bb37562302a1
child 12323
f52908fb23b0
equal deleted inserted replaced
11009:1a5c4452738a 11010:26c5efa84ca5
119 * Initializes the GTK+ file transfer system. 119 * Initializes the GTK+ file transfer system.
120 */ 120 */
121 void gaim_gtk_xfers_init(void); 121 void gaim_gtk_xfers_init(void);
122 122
123 /** 123 /**
124 * Uninitializes the GTK+ file transfer system.
125 */
126 void gaim_gtk_xfers_uninit(void);
127
128 /**
124 * Sets gaim's main file transfer dialog. 129 * Sets gaim's main file transfer dialog.
125 * 130 *
126 * @param dialog The main dialog. 131 * @param dialog The main dialog.
127 */ 132 */
128 void gaim_set_gtkxfer_dialog(GaimGtkXferDialog *dialog); 133 void gaim_set_gtkxfer_dialog(GaimGtkXferDialog *dialog);

mercurial