stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=dbc2c880a8bb2c4457ec018ed7184362f5ff6e2e

commit dbc2c880a8bb2c4457ec018ed7184362f5ff6e2e
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Jul 30 07:12:31 2018 -0400

    edje: add back function prototype for 
edje_object_color_class_description_get
    
    this was removed in D4403
    
    Differential Revision: https://phab.enlightenment.org/D6694
---
 src/lib/edje/Edje_Legacy.h | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/lib/edje/Edje_Legacy.h b/src/lib/edje/Edje_Legacy.h
index 581e2f9eb9..dcf7067563 100644
--- a/src/lib/edje/Edje_Legacy.h
+++ b/src/lib/edje/Edje_Legacy.h
@@ -3130,6 +3130,20 @@ EAPI const Edje_Perspective 
*edje_object_perspective_get(const Evas_Object *obj)
  */
 EAPI void edje_object_item_provider_set(Edje_Object *obj, 
Edje_Item_Provider_Cb func, void *data);
 
+
+/**
+ * @brief Gets the description of an object color class.
+ *
+ * This function gets the description of a color class in use by an object.
+ *
+ * @param[in] color_class Color class description
+ *
+ * @return The description of the target color class or @c null if not found
+ *
+ * @ingroup Edje_Object
+ */
+EAPI const char *edje_object_color_class_description_get(const Edje_Object 
*obj, const char * color_class);
+
 typedef Efl_Canvas_Layout_Part_Type Edje_Part_Type;
 #define EDJE_PART_TYPE_NONE        EFL_CANVAS_LAYOUT_PART_TYPE_NONE
 #define EDJE_PART_TYPE_RECTANGLE   EFL_CANVAS_LAYOUT_PART_TYPE_RECTANGLE

-- 


Reply via email to