Enlightenment CVS committal Author : moom Project : e17 Module : libs/etk
Dir : e17/libs/etk/src/bin Modified Files: etk_test.c Log Message: * [Etk_Main] Add etk_init_full() that adds the ability to pass custom options to Etk initialisation * [Etk_Main] Change the prototype of etk_init() to "int etk_init(int argc, char **argv). Existing programs have to be fixed! * [Etk_Argument] No longer need to pass argc/argv to parse the arguments and add etk_argument_get() to retrieve the argc/argv couple passed to etk_init() =================================================================== RCS file: /cvs/e/e17/libs/etk/src/bin/etk_test.c,v retrieving revision 1.39 retrieving revision 1.40 diff -u -3 -r1.39 -r1.40 --- etk_test.c 28 Sep 2007 19:52:48 -0000 1.39 +++ etk_test.c 14 Oct 2007 20:39:56 -0000 1.40 @@ -151,7 +151,7 @@ int main(int argc, char *argv[]) { - if (!etk_init(&argc, &argv)) + if (!etk_init(argc, argv)) { fprintf(stderr, "Could not init Etk. Exiting...\n"); return 1; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs