Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:
Add API for getting the available fonts

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- Evas.h      28 Feb 2006 04:07:47 -0000      1.82
+++ Evas.h      30 Apr 2006 11:39:44 -0000      1.83
@@ -487,6 +487,9 @@
    EAPI void              evas_font_cache_set               (Evas *e, int 
size);
    EAPI int               evas_font_cache_get               (Evas *e);
 
+   EAPI Evas_List       *evas_font_available_list          (Evas *e);
+   EAPI void             evas_font_available_list_free     (Evas *e, Evas_List 
*available);
+   
    typedef struct _Evas_Textblock_Style     Evas_Textblock_Style;
    typedef struct _Evas_Textblock_Cursor    Evas_Textblock_Cursor;
    typedef struct _Evas_Textblock_Rectangle Evas_Textblock_Rectangle;




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to