Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/etox
Dir : e17/libs/etox/src
Modified Files:
Etox.h etox.c
Log Message:
Move towards using a garbage collecting scheme for freeing style info.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/Etox.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- Etox.h 10 Jul 2004 19:22:11 -0000 1.51
+++ Etox.h 29 Jul 2004 19:46:39 -0000 1.52
@@ -107,6 +107,7 @@
Evas_Object *etox_new(Evas *evas);
Evas_Object *etox_new_all(Evas *evas, Evas_Coord x, Evas_Coord y, Evas_Coord w,
Evas_Coord h, int alpha, Etox_Alignment align);
+void etox_gc_collect();
/*
* Context management functions
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -3 -r1.88 -r1.89
--- etox.c 19 Jul 2004 06:04:21 -0000 1.88
+++ etox.c 29 Jul 2004 19:46:39 -0000 1.89
@@ -125,6 +125,14 @@
}
/**
+ * etox_gc_collect - free memory used by cached objects
+ */
+void etox_gc_collect()
+{
+ etox_style_gc_collect();
+}
+
+/**
* etox_show - display the etox
* @et: the etox to be displayed
*
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs