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 724673d..ca0ac6f 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 ea865a8..613774d 100644 (file)
@@ -2083,14 +2083,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 0eecdf2..7c57e98 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 f80395f..5d78183 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 a118483..725996e 100644 (file)
@@ -1,3 +1,4 @@
+#include "eo_internal.h"
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index b4d9730..ab98b70 100644 (file)
@@ -1,5 +1,6 @@
 #define EFL_CANVAS_GROUP_PROTECTED
 
+#include "eo_internal.h"
 #include "evas_common_private.h"
 #include "evas_private.h"