summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_colorselector_legacy.h
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2016-03-23 12:56:14 -0700
committerCedric BAIL <cedric@osg.samsung.com>2016-03-23 13:24:41 -0700
commitc2a1c49ab2042f559b28e840e54feb8494888e0e (patch)
treec6eb110b7c479499854eede9d0c3ab0a80c9a11a /src/lib/elementary/elm_colorselector_legacy.h
parent9340855597e7e465435c69b6278650346688da14 (diff)
downloadefl-c2a1c49ab2042f559b28e840e54feb8494888e0e.tar.gz
elementary: move all legacy files to their expected new location.
Diffstat (limited to 'src/lib/elementary/elm_colorselector_legacy.h')
-rw-r--r--src/lib/elementary/elm_colorselector_legacy.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_colorselector_legacy.h b/src/lib/elementary/elm_colorselector_legacy.h
new file mode 100644
index 0000000000..27008db78e
--- /dev/null
+++ b/src/lib/elementary/elm_colorselector_legacy.h
@@ -0,0 +1,11 @@
+/**
+ * @brief Add a new colorselector to the parent
+ *
+ * @param parent The parent object
+ * @return The new object or NULL if it cannot be created
+ *
+ * @ingroup Elm_Colorselector
+ */
+EAPI Evas_Object *elm_colorselector_add(Evas_Object *parent);
+
+#include "elm_colorselector.eo.legacy.h"