/** * @brief Adds a new Popup to the parent * * @param parent The parent object * @return The new object or NULL if it cannot be created * * @ingroup Elm_Popup */ EAPI Evas_Object *elm_popup_add(Evas_Object *parent) EINA_ARG_NONNULL(1); #include "elm_popup.eo.legacy.h"