eo: efl_object_legacy_only_event_description_get is an internal only function, make...
authorCedric BAIL <cedric.bail@free.fr>
Fri, 15 Mar 2019 10:42:41 +0000 (11:42 +0100)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: segfaultxavi, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8361

src/lib/elementary/elc_fileselector.c
src/lib/eo/Eo.h
src/lib/eo/eo_internal.h
src/lib/evas/canvas/evas_canvas3d_node.c
src/lib/evas/canvas/evas_canvas3d_scene.c
src/lib/evas/canvas/evas_object_smart.c

index 724673d5fa66308e2af88e78f20e134a6c921660..ca0ac6f980501b22e3c1efba920cbdc665350b68 100644 (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"
index ea865a8d2deb879d0ec17c9b2471383fc56940aa..613774da87cbed79d244cc8a2a7b4e269f2de3e9 100644 (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
index 0eecdf2eb22c459b5df0eef506214b02c8d8364c..7c57e9839cade774aecc89f3decf1e4ff28a55b2 100644 (file)
 
 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);
 
index f80395f362b4270710adcb83f9e33502d95e5e3d..5d78183a390847cebf161044dbaf31c5534c19fd 100644 (file)
@@ -1,3 +1,4 @@
+#include "eo_internal.h"
 #include "evas_common_private.h"
 #include "evas_private.h"
 #include "evas_canvas3d_node_callback.h"
index a11848326bf7633b1df49db88e2bb17561679cb6..725996ee96e1573414b9cda35c49f27ff3e54a91 100644 (file)
@@ -1,3 +1,4 @@
+#include "eo_internal.h"
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index b4d9730c1c975b2a8b7dd2cde4d6890606b7782f..ab98b70729e48f2b2c7c89e4ee824f798c1203ed 100644 (file)
@@ -1,5 +1,6 @@
 #define EFL_CANVAS_GROUP_PROTECTED
 
+#include "eo_internal.h"
 #include "evas_common_private.h"
 #include "evas_private.h"