Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
      Tag: SPLIT
        ecore.c 


Log Message:


slight update of docs etc.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/Attic/ecore.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -3 -r1.1.2.1 -r1.1.2.2
--- ecore.c     16 Jan 2003 08:48:51 -0000      1.1.2.1
+++ ecore.c     16 Jan 2003 11:56:53 -0000      1.1.2.2
@@ -5,17 +5,12 @@
  * Set up connections, signal handlers, sockets etc.
  * @return 1 on success, 0 otherwise
  * 
- * This function sets up all connections to the display, to IPC sockets,
- * sets up singal handlers, and much more. You should call this after
- * you have set up enough information about the application so it can
- * sensibly do this using ecore_display_set(), ecore_app_args_set(), etc.
- * and any other calls to block ecore's handling of system signals.
+ * This function sets up all singal handlers and the basic event loop.
  */
 int
 ecore_init(void)
 {
    _ecore_signal_init();
-   /* FIXME: init fd handlers for x etc. */
    return 1;
 }
 
@@ -27,5 +22,4 @@
 void
 ecore_shutdown(void)
 {
-   /* FIXME: shut down cleanly */
 }




-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to