Missing EAPI

SVN revision: 53771
This commit is contained in:
Tiago Rezende Campos Falcao 2010-10-22 16:40:50 +00:00
parent 2c10a5d7c1
commit f05ae82f73
1 changed files with 2 additions and 2 deletions

View File

@ -487,7 +487,7 @@ elm_slideshow_previous(Evas_Object *obj)
* *
* @ingroup Slideshow * @ingroup Slideshow
*/ */
const Eina_List * EAPI const Eina_List *
elm_slideshow_transitions_get(const Evas_Object *obj) elm_slideshow_transitions_get(const Evas_Object *obj)
{ {
ELM_CHECK_WIDTYPE(obj, widtype) NULL; ELM_CHECK_WIDTYPE(obj, widtype) NULL;
@ -504,7 +504,7 @@ elm_slideshow_transitions_get(const Evas_Object *obj)
* *
* @ingroup Slideshow * @ingroup Slideshow
*/ */
const Eina_List * EAPI const Eina_List *
elm_slideshow_layouts_get(const Evas_Object *obj) elm_slideshow_layouts_get(const Evas_Object *obj)
{ {
ELM_CHECK_WIDTYPE(obj, widtype) NULL; ELM_CHECK_WIDTYPE(obj, widtype) NULL;