Enlightenment CVS committal Author : moom Project : e17 Module : libs/etk
Dir : e17/libs/etk/src/tools/etk_prefs Modified Files: etk_prefs.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/tools/etk_prefs/etk_prefs.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- etk_prefs.c 29 Jun 2007 20:00:49 -0000 1.10 +++ etk_prefs.c 14 Oct 2007 20:39:57 -0000 1.11 @@ -19,7 +19,7 @@ int main(int argc, char **argv) { - etk_init(&argc, &argv); + etk_init(argc, argv); etk_prefs_show(); ------------------------------------------------------------------------- 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