elm_multibuttonentry: do not define multiple times the same structs

Summary: There is no reason to typedef Elm_Multibuttonentry multiple times, the header file can be included, there is no cyclic dependency.

Reviewers: CHAN, zmike, #committers

Reviewed By: zmike, #committers

Subscribers: cedric, #committers, zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6705
This commit is contained in:
Marcel Hollerbach 2018-07-31 11:26:17 -04:00 committed by Mike Blumenkrantz
parent 52cf0a49c6
commit 3821b1409e
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,5 @@
typedef Eo Elm_Multibuttonentry;
#include "elm_multibuttonentry_item.eo.legacy.h"
#include "elm_multibuttonentry.eo.legacy.h"
/**
* @brief Add a new multibuttonentry to the parent
@ -27,6 +28,3 @@ EAPI Evas_Object *elm_multibuttonentry_add(Evas_Object *parent);
* @ingroup Multibuttonentry
*/
EAPI void elm_multibuttonentry_format_function_set(Eo *obj, Elm_Multibuttonentry_Format_Cb format_function, const void *data);
#include "elm_multibuttonentry_item.eo.legacy.h"
#include "elm_multibuttonentry.eo.legacy.h"