Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/include Modified Files: entropy_generic.h etk_user_interaction_dialog.h ewl_user_interaction_dialog.h Log Message: * More interaction dialog work - now includes string reference (e.g. filename to overwrite) =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_generic.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- entropy_generic.h 21 Feb 2006 10:45:18 -0000 1.13 +++ entropy_generic.h 2 Mar 2006 06:10:55 -0000 1.14 @@ -68,6 +68,11 @@ int type; } entropy_file_progress; +typedef struct entropy_file_operation { + char* file; + long id; +} entropy_file_operation; + typedef struct entropy_file_stat entropy_file_stat; struct entropy_file_stat { entropy_generic_file* file; =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/etk_user_interaction_dialog.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- etk_user_interaction_dialog.h 2 Mar 2006 02:44:19 -0000 1.1 +++ etk_user_interaction_dialog.h 2 Mar 2006 06:10:55 -0000 1.2 @@ -1,6 +1,6 @@ #ifndef __ETK_USER_INTERACTION_DIALOG_H_ #define __ETK_USER_INTERACTION_DIALOG_H_ -void entropy_etk_user_interaction_dialog_new(long op_id); +void entropy_etk_user_interaction_dialog_new(entropy_file_operation* ); #endif =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/ewl_user_interaction_dialog.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ewl_user_interaction_dialog.h 1 Feb 2006 12:07:55 -0000 1.1 +++ ewl_user_interaction_dialog.h 2 Mar 2006 06:10:55 -0000 1.2 @@ -1,6 +1,6 @@ #ifndef __EWL_USER_INTERACTION_DIALOG_H_ #define __EWL_USER_INTERACTION_DIALOG_H_ -void entropy_ewl_user_interaction_dialog_new(long op_id); +void entropy_ewl_user_interaction_dialog_new(entropy_file_operation* op_id); #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 enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs