Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_border.c 


Log Message:
Update the border api.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_border.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_border.c        18 Aug 2004 03:15:20 -0000      1.4
+++ ewl_border.c        20 Aug 2004 16:35:10 -0000      1.5
@@ -72,7 +72,7 @@
  *
  * Change the text of the border label to the string @a t.
  */
-void ewl_border_set_text(Ewl_Border * b, char *t)
+void ewl_border_text_set(Ewl_Border * b, char *t)
 {
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR("b", b);
@@ -87,7 +87,7 @@
  * @return Returns the border label text on success, NULL on failure.
  * @brief Get the text label from a border widget
  */
-char           *ewl_border_get_text(Ewl_Border * b)
+char *ewl_border_text_get(Ewl_Border * b)
 {
        Ewl_Widget     *w;
 




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to