From a9f074adfa1e42fdfb266eb9755c0b49afc83287 Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 15 Feb 2012 10:21:34 +0000 Subject: [PATCH] doc++ to slideshow git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67972 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_slideshow.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/elm_slideshow.h b/src/lib/elm_slideshow.h index 39218ca..bf9e943 100644 --- a/src/lib/elm_slideshow.h +++ b/src/lib/elm_slideshow.h @@ -215,7 +215,10 @@ EAPI void elm_slideshow_previous(Evas_Object *obj); * @warning The stringshared strings get no new references * exclusive to the user grabbing the list, here, so if you'd like * to use them out of this call's context, you'd better @c - * eina_stringshare_ref() them. + * eina_stringshare_ref() them. Also the list is an internal list and + * so is only valid for as long as the slidehsow object is valid and + * has not internally changed its list for some reason, so make a + * copy if you need it around. * * @see elm_slideshow_transition_set() * -- 2.7.4