From eb17413dc8302ec1663863932ff53b226e4e09ad Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 22 Sep 2010 11:29:42 +0000 Subject: [PATCH] docs++ git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@52584 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index c7e4228..6a4b702 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -2091,8 +2091,8 @@ struct _Evas_Smart_Cb_Description int wasted_memory; /**< current wasted memory, in bytes */ int saved_memory_peak; /**< peak of saved memory, in bytes */ int wasted_memory_peak; /**< peak of wasted memory, in bytes */ - double saved_time_image_header_load; - double saved_time_image_data_load; + double saved_time_image_header_load; /**< time, in seconds, saved in header loads by sharing cached loads instead */ + double saved_time_image_data_load; /**< time, in seconds, saved in data loads by sharing cached loads instead */ }; /** -- 2.7.4