Enlightenment CVS committal
Author : barbieri
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/lib
Modified Files:
Evas.h
Log Message:
Add const to Evas api (part 2), still lacks objects.
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- Evas.h 8 Feb 2008 20:44:09 -0000 1.110
+++ Evas.h 8 Feb 2008 20:57:30 -0000 1.111
@@ -573,17 +573,17 @@
EAPI void evas_font_path_clear (Evas *e);
EAPI void evas_font_path_append (Evas *e, const
char *path);
EAPI void evas_font_path_prepend (Evas *e, const
char *path);
- EAPI const Evas_List *evas_font_path_list (Evas *e);
+ EAPI const Evas_List *evas_font_path_list (const Evas *e);
EAPI void evas_font_hinting_set (Evas *e,
Evas_Font_Hinting_Flags hinting);
- EAPI Evas_Font_Hinting_Flags evas_font_hinting_get (Evas *e);
- EAPI Evas_Bool evas_font_hinting_can_hint (Evas *e,
Evas_Font_Hinting_Flags hinting);
+ EAPI Evas_Font_Hinting_Flags evas_font_hinting_get (const Evas *e);
+ EAPI Evas_Bool evas_font_hinting_can_hint (const Evas *e,
Evas_Font_Hinting_Flags hinting);
EAPI void evas_font_cache_flush (Evas *e);
EAPI void evas_font_cache_set (Evas *e, int
size);
- EAPI int evas_font_cache_get (Evas *e);
+ EAPI int evas_font_cache_get (const Evas *e);
- EAPI Evas_List *evas_font_available_list (Evas *e);
+ EAPI Evas_List *evas_font_available_list (const Evas *e);
EAPI void evas_font_available_list_free (Evas *e, Evas_List
*available);
/* textblock objects */
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs