efl/legacy/elementary/src/lib/elm_glview_legacy.h

11 lines
249 B
C

/**
* Add a new glview to the parent
*
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
* @ingroup GLView
*/
EAPI Evas_Object *elm_glview_add(Evas_Object *parent);
#include "elm_glview.eo.legacy.h"