Enlightenment CVS committal Author : andreas Project : e17 Module : proto/eflpp
Dir : e17/proto/eflpp/src/edje Modified Files: eflpp_edje.cpp eflpp_edje.h Log Message: revert get syntax =================================================================== RCS file: /cvs/e/e17/proto/eflpp/src/edje/eflpp_edje.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- eflpp_edje.cpp 14 Aug 2007 20:58:03 -0000 1.3 +++ eflpp_edje.cpp 15 Aug 2007 20:03:10 -0000 1.4 @@ -62,7 +62,7 @@ return ( errorcode == 0 ); } -Size EvasEdje::getMinimalSize() const +Size EvasEdje::minimalSize() const { int w, h; edje_object_size_min_get( o, &w, &h ); @@ -70,7 +70,7 @@ return Size( w, h ); } -Size EvasEdje::getMaximumSize() const +Size EvasEdje::maximumSize() const { int w, h; edje_object_size_max_get( o, &w, &h ); =================================================================== RCS file: /cvs/e/e17/proto/eflpp/src/edje/eflpp_edje.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- eflpp_edje.h 6 Aug 2007 09:00:48 -0000 1.2 +++ eflpp_edje.h 15 Aug 2007 20:03:10 -0000 1.3 @@ -173,8 +173,8 @@ void setMinimumSize( const Size& size ); void setMaximumSize( const Size& size ); - Size getMinimalSize() const; - Size getMaximumSize() const; + Size minimalSize() const; + Size maximumSize() const; void recalculateLayout(); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs