Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : deskshow

Dir     : e_modules/deskshow


Modified Files:
        e_mod_main.c 


Log Message:
Implement id_new()

===================================================================
RCS file: /cvs/e/e_modules/deskshow/e_mod_main.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_mod_main.c        28 Apr 2007 12:31:17 -0000      1.19
+++ e_mod_main.c        16 Sep 2007 03:31:40 -0000      1.20
@@ -11,6 +11,7 @@
 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 int _deskshow_cb_event_desk_show(void *data, int type, void *event);
 
 /* and actually define the gadcon class that this module provides (just 1) */
@@ -18,7 +19,7 @@
   GADCON_CLIENT_CLASS_VERSION,
   "deskshow",
   {
-   _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
 };
@@ -115,6 +116,12 @@
            e_module_dir_get (desk_module));
   edje_object_file_set (o, buf, "icon");
   return o;
+}
+
+static const char *
+_gc_id_new (void)
+{
+   return _gadcon_class.name;
 }
 
 static void



-------------------------------------------------------------------------
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

Reply via email to