1 /**
2  * Add a new bubble to the parent
3  *
4  * @param parent The parent object
5  * @return The new object or NULL if it cannot be created
6  *
7  * This function adds a text bubble to the given parent evas object.
8  *
9  * @ingroup Elm_Bubble
10  */
11 EAPI Evas_Object                 *elm_bubble_add(Evas_Object *parent);
12 
13 #include "elm_bubble_eo.legacy.h"