Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_config


Modified Files:
        convenience.c ecore_config.c edb.c ipc_main.c 


Log Message:
More documentation patches from Nicholas Curran.
Added a couple includes to fix builds on minimal systems.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/convenience.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- convenience.c       17 Jun 2004 08:48:06 -0000      1.18
+++ convenience.c       15 Jul 2004 13:43:14 -0000      1.19
@@ -445,7 +445,7 @@
 
 /**
  * Get a theme files full path, as it is found according to the search path.
- * The theme searched for is stored in the property @key.
+ * The theme searched for is stored in the property @p key.
  * The search path is defined by ecore_config_theme_search_path_get().
  * @param  key The property containing the theme name to search for.
  * @return A full path to the theme on sucess, or NULL on failure (no key specified or
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/ecore_config.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ecore_config.c      26 May 2004 04:26:28 -0000      1.37
+++ ecore_config.c      15 Jul 2004 13:43:14 -0000      1.38
@@ -7,6 +7,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/edb.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- edb.c       31 May 2004 16:07:57 -0000      1.20
+++ edb.c       15 Jul 2004 13:43:14 -0000      1.21
@@ -8,6 +8,7 @@
 #include <string.h>
 #include <limits.h>
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/ipc_main.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ipc_main.c  25 May 2004 18:52:21 -0000      1.18
+++ ipc_main.c  15 Jul 2004 13:43:14 -0000      1.19
@@ -12,6 +12,7 @@
 #include <dlfcn.h>
 #include <stdio.h>
 #include <glob.h>
+#include <sys/param.h>
 #include <limits.h>
 #include <string.h>
 #include <stdlib.h>            /* malloc(), free() */




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to