Enlightenment CVS committal Author : englebass Project : e_modules Module : language
Dir : e_modules/language/src/module Modified Files: e_mod_main.c Log Message: Implement id_new() =================================================================== RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- e_mod_main.c 26 Aug 2007 17:54:43 -0000 1.28 +++ e_mod_main.c 16 Sep 2007 03:31:40 -0000 1.29 @@ -30,13 +30,14 @@ static void _gc_orient (E_Gadcon_Client *gcc); static char *_gc_label (void); static Evas_Object *_gc_icon (Evas *evas); +static const char *_gc_id_new (void); static const E_Gadcon_Client_Class _gadcon_class = { GADCON_CLIENT_CLASS_VERSION, "language", { - _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon + _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon, _gc_id_new, NULL }, E_GADCON_CLIENT_STYLE_PLAIN }; @@ -122,6 +123,12 @@ e_module_dir_get(language_config->module)); edje_object_file_set(o, buf, "icon"); return o; +} + +static const char * +_gc_id_new(void) +{ + return _gadcon_class.name; } /* module setup */ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs