Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_signal.h etk_type.c 


Log Message:
Remove etk_signal_stop(), add comment for etk_type_new()

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_signal.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- etk_signal.h        28 Sep 2007 20:11:29 -0000      1.21
+++ etk_signal.h        29 Sep 2007 20:59:15 -0000      1.22
@@ -144,8 +144,6 @@
 Evas_List * etk_signal_get_all();
 const Etk_Type * etk_signal_object_type_get(Etk_Signal *signal);
 
-void etk_signal_stop();
-
 /** @} */
 
 #ifdef __cplusplus
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_type.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- etk_type.c  28 Sep 2007 19:47:52 -0000      1.13
+++ etk_type.c  29 Sep 2007 20:59:15 -0000      1.14
@@ -49,6 +49,7 @@
  * @param type_size the size of an instance
  * @param constructor the constructor function
  * @param destructor the destructor function
+ * @param signals array of Etk_Signal_Description that will be used to 
describe type signals at this level (parent signals will be inherited), this 
array should be terminated with ETK_SIGNAL_DESCRIPTION_SENTINEL. May be NULL if 
no signals should be defined.
  * @return Returns the new type on success, NULL on failure
  */
 Etk_Type *etk_type_new(const char *type_name,



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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