1 /**
2  * Add a new slideshow widget to the given parent Elementary
3  * (container) object
4  *
5  * @param parent The parent object
6  * @return A new slideshow widget handle or @c NULL, on errors
7  *
8  * This function inserts a new slideshow widget on the canvas.
9  *
10  * @ingroup Elm_Slideshow
11  */
12 EAPI Evas_Object          *elm_slideshow_add(Evas_Object *parent);
13 
14 #include "elm_slideshow_item_eo.legacy.h"
15 #include "elm_slideshow_eo.legacy.h"
16