From bbb6a6942fdfbb2684c37ee6aa55f8c6e5b5a9f2 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 10 Jun 2000 17:56:46 +0000 Subject: Implemented folder creation dialog (File -> New -> Folder). To make it really work though, the components should implement creation functionality by passing an appropriate function pointer in `e_shell_component_new()' for @create_folder_fn. svn path=/trunk/; revision=3504 --- shell/e-local-folder.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'shell/e-local-folder.h') diff --git a/shell/e-local-folder.h b/shell/e-local-folder.h index b30a9f2a5c..aa9e79a990 100644 --- a/shell/e-local-folder.h +++ b/shell/e-local-folder.h @@ -55,9 +55,16 @@ struct _ELocalFolderClass { }; -GtkType e_local_folder_get_type (void); -EFolder *e_local_folder_new_from_path (const char *physical_path); -gboolean e_local_folder_save (ELocalFolder *local_folder); +GtkType e_local_folder_get_type (void); +void e_local_folder_construct (ELocalFolder *local_folder, + const char *name, + const char *type, + const char *description); +EFolder *e_local_folder_new (const char *name, + const char *type, + const char *description); +EFolder *e_local_folder_new_from_path (const char *physical_path); +gboolean e_local_folder_save (ELocalFolder *local_folder); #ifdef __cplusplus } -- cgit v1.2.3