Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/engrave
Dir : e17/libs/engrave/src/lib Modified Files: Engrave.h engrave_load.h engrave_out.h Log Message: eet -> edj =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/Engrave.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- Engrave.h 5 Sep 2005 10:32:57 -0000 1.11 +++ Engrave.h 24 Oct 2005 10:49:15 -0000 1.12 @@ -15,11 +15,11 @@ * @section intro Introduction * * Engrave is a designed to allow you the ability to easily create and edit - * Edje EET files. + * Edje EDJ files. * * As an example of how easy Engrave is to work with, the following example - * will read in either an EDC file or an EET file and attempt to write out - * an EET and EDC version of the given file. + * will read in either an EDC file or an EDJ file and attempt to write out + * an EDJ and EDC version of the given file. * * @code * #include "Engrave.h" @@ -34,8 +34,8 @@ * return 1; * } * - * if (strstr(argv[1], ".eet")) - * ef = engrave_load_eet(argv[1]); + * if (strstr(argv[1], ".edj")) + * ef = engrave_load_edj(argv[1]); * else { * if (argc < 4) { * printf("need img and font dirs with .edc file\n"); @@ -44,8 +44,8 @@ * ef = engrave_load_edc(argv[1], argv[2], argv[3]); * } * - * if (!engrave_eet_output(ef, "test.eet")) - * printf("failed to write test.eet\n"); + * if (!engrave_edj_output(ef, "test.edj")) + * printf("failed to write test.edj\n"); * * if (!engrave_edc_output(ef, "test.out")) * printf("failed to write test.out\n"); @@ -63,7 +63,7 @@ * * @section Conclusion * Engrave has been designed to make it easy to open and maniuplate Edje - * files, be they EET or EDC. + * files, be they EDJ or EDC. * * If you have any questions or comments about Engrave please email * dj2 <[EMAIL PROTECTED]> or Rephorm <[EMAIL PROTECTED]> =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/engrave_load.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- engrave_load.h 14 Nov 2004 16:59:59 -0000 1.3 +++ engrave_load.h 24 Oct 2005 10:49:15 -0000 1.4 @@ -3,19 +3,19 @@ /** * @file engrave_load.h Engrave loading functions - * @brief Contains the functions to load either an EDC or EET into Engrave. + * @brief Contains the functions to load either an EDC or EDJ into Engrave. */ /** * @defgroup Engrave_Load Engrave_Load: Contains the functions to load EDC - * and EET files into Engrave. + * and EDJ files into Engrave. * * @{ */ Engrave_File *engrave_load_edc(const char *file, const char *imdir, const char *fontdir); -Engrave_File *engrave_load_eet(const char *filename); +Engrave_File *engrave_load_edj(const char *filename); /** * @} =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/engrave_out.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- engrave_out.h 14 Nov 2004 16:59:59 -0000 1.4 +++ engrave_out.h 24 Oct 2005 10:49:15 -0000 1.5 @@ -13,7 +13,7 @@ * @{ */ -int engrave_eet_output(Engrave_File *engrave_file, const char *path); +int engrave_edj_output(Engrave_File *engrave_file, const char *path); int engrave_edc_output(Engrave_File *engrave_file, const char *path); /** ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs