Enlightenment CVS committal

Author  : cmarcelo
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_signal.c etk_signal.h 


Log Message:
Export etk_lookup_signal() again for Py-Etk.

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_signal.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- etk_signal.c        1 Oct 2007 23:08:42 -0000       1.37
+++ etk_signal.c        2 Oct 2007 21:37:09 -0000       1.38
@@ -135,10 +135,10 @@
 
 /**
  * @brief Gets the signal corresponding to the name and the object type.
- * @internal
+ *
  * assumes @a signal_name and @a type to be valid.
  */
-static Etk_Signal *etk_signal_lookup(const char *signal_name, Etk_Type *type)
+Etk_Signal *etk_signal_lookup(const char *signal_name, Etk_Type *type)
 {
    unsigned i;
 
===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_signal.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- etk_signal.h        29 Sep 2007 22:42:03 -0000      1.23
+++ etk_signal.h        2 Oct 2007 21:37:09 -0000       1.24
@@ -142,6 +142,8 @@
 Evas_List * etk_signal_get_all();
 const Etk_Type * etk_signal_object_type_get(Etk_Signal *signal);
 
+Etk_Signal *etk_signal_lookup(const char *signal_name, Etk_Type *type);
+
 /** @} */
 
 #ifdef __cplusplus



-------------------------------------------------------------------------
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