Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

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


Modified Files:
        Ecore.h ecore_private.h 


Log Message:
remove ecore_pipe declarations and some trailing spaces

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/Ecore.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- Ecore.h     26 May 2008 05:16:32 -0000      1.64
+++ Ecore.h     26 May 2008 05:31:20 -0000      1.65
@@ -67,7 +67,7 @@
 #endif
 
 #define ECORE_CALLBACK_CANCEL 0 /**< Return value to remove a callback */
-#define ECORE_CALLBACK_RENEW 1  /**< Return value to keep a callback */ 
+#define ECORE_CALLBACK_RENEW 1  /**< Return value to keep a callback */
 
 #define ECORE_EVENT_NONE            0
 #define ECORE_EVENT_SIGNAL_USER     1 /**< User signal event */
@@ -110,7 +110,7 @@
        ECORE_POLLER_CORE = 0 /**< The core poller interval */
      };
    typedef enum _Ecore_Poller_Type Ecore_Poller_Type;
-   
+
 #ifndef _WIN32
    typedef void Ecore_Exe; /**< A handle for spawned processes */
 #endif
@@ -124,7 +124,6 @@
    typedef void Ecore_Event; /**< A handle for an event */
    typedef void Ecore_Animator; /**< A handle for animators */
    typedef void Ecore_Poller; /**< A handle for pollers */
-   typedef void Ecore_Pipe; /**< A handle for pipes */
 #endif
    typedef struct _Ecore_Event_Signal_User     Ecore_Event_Signal_User; /**< 
User signal event */
    typedef struct _Ecore_Event_Signal_Hup      Ecore_Event_Signal_Hup; /**< 
Hup signal event */
@@ -299,12 +298,7 @@
    EAPI Ecore_Poller *ecore_poller_add(Ecore_Poller_Type type, int interval, 
int (*func) (void *data), const void *data);
    EAPI void         *ecore_poller_del(Ecore_Poller *poller);
 
-   EAPI Ecore_Pipe *ecore_pipe_new (void (*handler) (void *data));
-   EAPI void ecore_pipe_free(Ecore_Pipe *pipe);
-   EAPI void ecore_pipe_write(Ecore_Pipe *pipe,
-                              void       *data);
 
-   
 #ifdef __cplusplus
 }
 #endif
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_private.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- ecore_private.h     26 May 2008 05:16:32 -0000      1.53
+++ ecore_private.h     26 May 2008 05:31:20 -0000      1.54
@@ -247,7 +247,6 @@
 typedef struct _Ecore_Event         Ecore_Event;
 typedef struct _Ecore_Animator      Ecore_Animator;
 typedef struct _Ecore_Poller        Ecore_Poller;
-typedef struct _Ecore_Pipe          Ecore_Pipe;
 
 #ifndef _WIN32
 struct _Ecore_Exe
@@ -397,14 +396,6 @@
    void        *data;
 };
 
-struct _Ecore_Pipe
-{
-   int    fd_read;
-   int    fd_write;
-   int    event_data;
-   void (*handler) (void *data);
-};
-
 #endif
 
 EAPI void          _ecore_magic_fail(void *d, Ecore_Magic m, Ecore_Magic 
req_m, const char *fname);
@@ -467,7 +458,7 @@
 void          _ecore_animator_shutdown(void);
 
 void          _ecore_poller_shutdown(void);
-    
+
 EAPI void         *_ecore_list2_append           (void *in_list, void 
*in_item);
 EAPI void         *_ecore_list2_prepend          (void *in_list, void 
*in_item);
 EAPI void         *_ecore_list2_append_relative  (void *in_list, void 
*in_item, void *in_relative);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to