diff finch/libgnt/gntfilesel.h @ 15936:0f1ab43db297

fix file saving
author Richard Nelson <wabz@pidgin.im>
date Tue, 27 Mar 2007 00:46:18 +0000
parents 9ac4e6b097d3
children e05e5b148723
line wrap: on
line diff
--- a/finch/libgnt/gntfilesel.h	Mon Mar 26 05:42:33 2007 +0000
+++ b/finch/libgnt/gntfilesel.h	Tue Mar 27 00:46:18 2007 +0000
@@ -33,6 +33,7 @@
 	GntWidget *cancel;   /* cancel button */
 
 	char *current; /* Full path of the current location */
+	char *suggest; /* Suggested filename */
 	/* XXX: someone should make these useful */
 	gboolean must_exist; /* Make sure the selected file (the name entered in 'location') exists */
 	gboolean dirsonly;   /* Show only directories */
@@ -73,6 +74,8 @@
 
 void gnt_file_sel_set_multi_select(GntFileSel *sel, gboolean set);
 
+void gnt_file_sel_set_suggested_filename(GntFileSel *sel, const char *suggest);
+
 G_END_DECLS
 
 #endif /* GNT_FILE_SEL_H */