efl/src/lib/elementary/elm_textpath_legacy.h

16 lines
336 B
C

typedef Eo Elm_Textpath;
/**
* @brief Add a new textpath to the parent
*
* @param[in] parent The parent object
* @return The new object or NULL if it cannot be created
*
* @ingroup Elm_Textpath
*
* @since 1.22
*/
EAPI Evas_Object *elm_textpath_add(Evas_Object *parent);
#include "efl_ui_textpath_eo.legacy.h"