eo: efl_object_legacy_only_event_description_get is an internal only function, make it so.

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: segfaultxavi, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8361
This commit is contained in:
Cedric BAIL 2019-03-15 11:42:41 +01:00 committed by Xavi Artigas
parent 6bd7e36c87
commit c5560bf2ef
6 changed files with 13 additions and 8 deletions

View File

@ -15,6 +15,7 @@
#define EFL_UI_FOCUS_COMPOSITION_PROTECTED
#include "elm_priv.h"
#include "eo_internal.h"
#include <Elementary.h>
#include "Eio_Eo.h"
#include "elm_fileselector_button_eo.h"

View File

@ -2082,14 +2082,6 @@ typedef void (*efl_key_data_free_func)(void *);
* @{
*/
/**
* Don't use this.
* The values of the returned event structure are also internal, don't assume
* anything about them.
* @internal
*/
EAPI const Efl_Event_Description *efl_object_legacy_only_event_description_get(const char *_event_name);
/**
* Helper for sorting callbacks array. Automatically used by
* @ref EFL_CALLBACKS_ARRAY_DEFINE

View File

@ -29,6 +29,15 @@
typedef unsigned char Eina_Bool;
typedef struct _Eo_Opaque Eo;
typedef struct _Efl_Event_Description Efl_Event_Description;
/**
* Don't use this.
* The values of the returned event structure are also internal, don't assume
* anything about them.
* @internal
*/
EAPI const Efl_Event_Description *efl_object_legacy_only_event_description_get(const char *_event_name);
EAPI void ___efl_auto_unref_set(Eo *obj_id, Eina_Bool enable);

View File

@ -1,3 +1,4 @@
#include "eo_internal.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_canvas3d_node_callback.h"

View File

@ -1,3 +1,4 @@
#include "eo_internal.h"
#include "evas_common_private.h"
#include "evas_private.h"

View File

@ -1,5 +1,6 @@
#define EFL_CANVAS_GROUP_PROTECTED
#include "eo_internal.h"
#include "evas_common_private.h"
#include "evas_private.h"