Enlightenment CVS committal
Author : lordchaos
Project : e17
Module : proto
Dir : e17/proto/entropy/src/include
Modified Files:
entropy_generic.h plugin_helper.h
Added Files:
etk_directory_add_dialog.h
Log Message:
* ETK directory add dialog
===================================================================
RCS file:
/cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_generic.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- entropy_generic.h 2 Mar 2006 06:54:04 -0000 1.15
+++ entropy_generic.h 11 Mar 2006 07:11:34 -0000 1.16
@@ -4,13 +4,14 @@
#include "plugin_base.h"
#include "entropy_core.h"
#include "thumbnail_generic.h"
+#include "limits.h"
#define MIME_LENGTH 40
#define FILENAME_LENGTH 255
typedef struct entropy_generic_file entropy_generic_file;
struct entropy_generic_file {
- char path[255];
+ char path[PATH_MAX];
char filename[FILENAME_LENGTH];
char mime_type[MIME_LENGTH];
char uri_base[15];
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/plugin_helper.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- plugin_helper.h 1 Mar 2006 23:50:03 -0000 1.7
+++ plugin_helper.h 11 Mar 2006 07:11:34 -0000 1.8
@@ -10,5 +10,6 @@
void entropy_plugin_filesystem_file_remove(entropy_generic_file* file);
int entropy_plugin_filesystem_file_copy(entropy_generic_file* source, char*
dest, entropy_gui_component_instance* requester);
+void entropy_plugin_filesystem_directory_create(entropy_generic_file* file,
char* dir);
#endif
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs