Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : proto/eflpp

Dir     : e17/proto/eflpp/src/evas


Modified Files:
        eflpp_evas.h 


Log Message:
Moved to new Evas_Smart_Class API

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/src/evas/eflpp_evas.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- eflpp_evas.h        14 Aug 2007 20:58:03 -0000      1.4
+++ eflpp_evas.h        18 Aug 2007 18:28:00 -0000      1.5
@@ -59,7 +59,13 @@
 
     /* Output Methods */
     int lookupRenderMethod( const char* method );
+  
+    /*! \brief Set the Evas output method.
+     *  This does include a call to lookupRenderMethod().
+     *  @param method Name of the output method. (See C API docs).
+     */
     bool setOutputMethod( const char* method );
+  
     void resize( int width, int height );
     Size size() const;
     Rect geometry() const;



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

Reply via email to