docs: fix group name
[platform/upstream/elementary.git] / src / lib / elm_plug_legacy.h
1 /**
2  * Add a new plug image to the parent.
3  *
4  * @param parent The parent object
5  * @return The new plug image object or NULL if it cannot be created
6  *
7  * @ingroup Elm_Plug
8  *
9  * @if MOBILE @since_tizen 2.3
10  * @elseif WEARABLE @since_tizen 2.3.1
11  * @endif
12  */
13 EAPI Evas_Object    *elm_plug_add(Evas_Object *parent);
14
15 #include "elm_plug.eo.legacy.h"