comparison src/gtk/gftp-gtk.h @ 912:1f9c6baa458c

2007-4-18 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/gftp-gtk.h - added new function gftp_gtk_init_request(). It will initialize a gftp_request structure inside the gftp_window_data structure. * src/gtk/gtkui.c (gftpui_disconnect) - completely free the gftp_request structure when the user disconnects from the site.
author masneyb
date Wed, 18 Apr 2007 23:38:55 +0000
parents afe56dd107ca
children
comparison
equal deleted inserted replaced
911:e0d98c63614d 912:1f9c6baa458c
236 guint info, 236 guint info,
237 guint32 clk_time, 237 guint32 clk_time,
238 gpointer data ); 238 gpointer data );
239 239
240 /* gftp-gtk.c */ 240 /* gftp-gtk.c */
241 void gftp_gtk_init_request ( gftp_window_data * wdata );
242
241 void toolbar_hostedit ( GtkWidget * widget, 243 void toolbar_hostedit ( GtkWidget * widget,
242 gpointer data ); 244 gpointer data );
243 245
244 void sortrows ( GtkCList * clist, 246 void sortrows ( GtkCList * clist,
245 gint column, 247 gint column,