Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_prefix.c 
Added Files:
        e_datastore.c e_datastore.h 


Log Message:


datastore for moduels to share data via - they are in charge of cleaning up
and reference counts and stuff tho

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- Makefile.am 31 May 2005 03:01:52 -0000      1.30
+++ Makefile.am 2 Jun 2005 04:21:00 -0000       1.31
@@ -55,7 +55,8 @@
 e_actions.h \
 e_popup.h \
 e_ipc_codec.h \
-e_prefix.h
+e_prefix.h \
+e_datastore.h
 
 enlightenment_SOURCES = \
 e_main.c \
@@ -102,6 +103,7 @@
 e_popup.c \
 e_ipc_codec.c \
 e_prefix.c \
+e_datastore.c \
 $(ENLIGHTENMENTHEADERS)
 
 enlightenment_LDFLAGS = -export-dynamic @e_libs@ @dlopen_libs@
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_prefix.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_prefix.c  28 May 2005 09:57:26 -0000      1.2
+++ e_prefix.c  2 Jun 2005 04:21:00 -0000       1.3
@@ -11,6 +11,7 @@
 static char *_exe_path = NULL;
 static char *_prefix_path = NULL;
 
+/* externally accessible functions */
 int
 e_prefix_determine(char *argv0)
 {




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to