Table of Contents

Efl.Duplicate (interface)

Description

An interface for duplication of objects.

Objects implementing this interface can be duplicated with Efl.Duplicate.duplicate.

Members

duplicate

Creates a carbon copy of this object and returns it.
Efl_Duplicate *efl_duplicate(const Eo *obj);


Events