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

11 lines
245 B
C
Raw Normal View History

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