comparison finch/libgnt/gntfilesel.h @ 15849:65b45106bfbb

Use the file selector for request-file.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 20 Mar 2007 11:52:46 +0000
parents 3da9d5da9054
children f771cdcc551a b4086a92568f
comparison
equal deleted inserted replaced
15848:3da9d5da9054 15849:65b45106bfbb
61 61
62 void gnt_file_sel_set_dirs_only(GntFileSel *sel, gboolean dirs); 62 void gnt_file_sel_set_dirs_only(GntFileSel *sel, gboolean dirs);
63 63
64 gboolean gnt_file_sel_get_dirs_only(GntFileSel *sel); 64 gboolean gnt_file_sel_get_dirs_only(GntFileSel *sel);
65 65
66 void gnt_file_sel_set_must_exist(GntFileSel *sel, gboolean must);
67
68 gboolean gnt_file_sel_get_must_exist(GntFileSel *sel);
69
70 char *gnt_file_sel_get_selected_file(GntFileSel *sel); /* The returned value should be free'd */
71
66 G_END_DECLS 72 G_END_DECLS
67 73
68 #endif /* GNT_FILE_SEL_H */ 74 #endif /* GNT_FILE_SEL_H */