elementary: mapbuf is legacy for now and should be automatic in the future.

This commit is contained in:
Cedric Bail 2016-05-17 05:16:27 -07:00
parent 9ef65788f4
commit a5216d4f79
5 changed files with 3 additions and 17 deletions

View File

@ -59,7 +59,6 @@ elm_public_eolian_files = \
lib/elementary/elm_list.eo \
lib/elementary/elm_map.eo \
lib/elementary/elm_map_pan.eo \
lib/elementary/elm_mapbuf.eo \
lib/elementary/elm_menu.eo \
lib/elementary/elm_multibuttonentry.eo \
lib/elementary/elm_naviframe.eo \
@ -127,6 +126,7 @@ elm_legacy_eolian_files = \
lib/elementary/elm_box.eo \
lib/elementary/elm_grid.eo \
lib/elementary/elm_table.eo \
lib/elementary/elm_mapbuf.eo \
$(NULL)
elm_eolian_type_files = \
@ -407,7 +407,6 @@ includesub_HEADERS = \
lib/elementary/elm_map_eo.h \
lib/elementary/elm_map_legacy.h \
lib/elementary/elm_mapbuf.h \
lib/elementary/elm_mapbuf_eo.h \
lib/elementary/elm_mapbuf_legacy.h \
lib/elementary/elm_menu.h \
lib/elementary/elm_menu_eo.h \

View File

@ -9,6 +9,7 @@
#include "elm_priv.h"
#include "elm_widget_mapbuf.h"
#include "elm_widget_container.h"
#include "elm_mapbuf.eo.h"
#define MY_CLASS ELM_MAPBUF_CLASS

View File

@ -1,7 +1,7 @@
class Elm.Mapbuf (Elm.Widget, Efl.Container)
{
legacy_prefix: elm_mapbuf;
eo_prefix: elm_obj_mapbuf;
eo_prefix: elm_private_mapbuf;
methods {
@property auto {
set {

View File

@ -36,9 +36,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include <elm_mapbuf_eo.h>
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <elm_mapbuf_legacy.h>
#endif

View File

@ -1,11 +0,0 @@
/**
* @ingroup Elm_Mapbuf
*
* @{
*/
#include "elm_mapbuf.eo.h"
/**
* @}
*/