Enlightenment CVS committal

Author  : ncn
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        ecore.c.in 


Log Message:
Some restructuring, clean up, grouping, explaining, etc.  Getting there...
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/ecore.c.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ecore.c.in  1 Aug 2004 12:48:25 -0000       1.13
+++ ecore.c.in  22 Sep 2004 08:17:13 -0000      1.14
@@ -25,10 +25,16 @@
 
 Ecore is a library of convenience functions.
 
-Currently, Ecore provides the following modules:
[EMAIL PROTECTED] @ref Ecore_Main_Loop_Page
[EMAIL PROTECTED] @ref Ecore_Config_Page
[EMAIL PROTECTED] @ref X_Window_System_Page
+The Ecore library provides the following modules:
[EMAIL PROTECTED] @link Ecore.h        Ecore - Main Loop Functions. @endlink
[EMAIL PROTECTED] @link Ecore_Con.h    Ecore_Con - Connection functions. @endlink
[EMAIL PROTECTED] @link Ecore_Config.h Ecore_Config - Configuration functions. @endlink
[EMAIL PROTECTED] @link Ecore_Evas.h   Ecore_Evas - Evas convenience functions. 
@endlink
[EMAIL PROTECTED] @link Ecore_Fb.h     Ecore_FB - Frame buffer convenience functions. 
@endlink
[EMAIL PROTECTED] @link Ecore_Ipc.h    Ecore_IPC - Inter Process Communication 
functions. @endlink
[EMAIL PROTECTED] @link Ecore_Job.h    Ecore_Job - Job functions, to be used in the 
Ecore main loop. @endlink
[EMAIL PROTECTED] @link Ecore_Txt.h    Ecore_Txt - Text encoding conversion. @endlink
[EMAIL PROTECTED] @link Ecore_X.h      Ecore_X - X Windows System wrapper. @endlink
 
 @section compiling How to compile using Ecore?
 
@@ -64,7 +70,7 @@
 
 */
 
-/**
+/*
 @page Ecore_Main_Loop_Page The Ecore Main Loop
 
 @section intro What is Ecore?
@@ -189,33 +195,6 @@
 */
 
 /**
[EMAIL PROTECTED] Ecore_Con_Page The Ecore Connection Library
-
-The Ecore Connection Library ( @c Ecore_Con ) provides simple mechanisms
-for communications between programs using reliable sockets.  It saves
-the programmer from having to worry about file descripters and waiting
-for incoming connections.
-
-There are two main objects in the @c Ecore_Con library: the @c
-Ecore_Con_Server and the @c Ecore_Con_Client.
-
-The @c Ecore_Con_Server represents a server to connect to.  It is
-represents a server that can be connected to.  It is used regardless
-of whether the program is acting as a server or client itself.
-
-To create a listening server, call @c ecore_con_server_add().
-
-To connect to a server, call @c ecore_Con_server_connect().  Data can
-then be sent to the server using the @c ecore_con_server_send().
-
-Whenever a client connection is made to an @c Ecore_Con_Server, a
[EMAIL PROTECTED] ECORE_CON_CLIENT_ADD event is emitted.  Any event callbacks that are
-called receive a @c Ecore_Con_Client object, which represents a
-connection that that particular client.
-
- */
-
-/**
 @page Ecore_Config_Page The Enlightened Property Library
 
 The Enlightened Property Library (Ecore_Config) is an adbstraction
@@ -291,12 +270,6 @@
 // GROUP DEFINITIONS
 
 /**
[EMAIL PROTECTED] Ecore_Main_Loop_Group Main Loop Functions
-
-Functions used to control the main loop.
-*/
-
-/**
 @defgroup Ecore_Timer_Group Ecore Timer
 
 The timer allows callbacks to be called at specific intervals.




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to