Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_includes.h 
Added Files:
        e_gadget.c e_gadget.h 


Log Message:

E_Gadget
--------

a quick set of convenience functions for creating gadgets (desktop modules).
see gadget_test for an example. documentation still to come :)

i still need to comb over and make sure i didn't miss freeing anything...

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -3 -r1.84 -r1.85
--- Makefile.am 22 Nov 2005 14:47:24 -0000      1.84
+++ Makefile.am 1 Dec 2005 04:07:27 -0000       1.85
@@ -50,6 +50,7 @@
 e_startup.h \
 e_hints.h \
 e_gadman.h \
+e_gadget.h \
 e_signals.h \
 e_xinerama.h \
 e_table.h \
@@ -151,6 +152,7 @@
 e_startup.c \
 e_hints.c \
 e_gadman.c \
+e_gadget.c \
 e_signals.c \
 e_xinerama.c \
 e_table.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- e_includes.h        22 Nov 2005 14:47:24 -0000      1.68
+++ e_includes.h        1 Dec 2005 04:07:27 -0000       1.69
@@ -31,6 +31,7 @@
 #include "e_startup.h"
 #include "e_hints.h"
 #include "e_gadman.h"
+#include "e_gadget.h"
 #include "e_signals.h"
 #include "e_xinerama.h"
 #include "e_table.h"




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to