summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_index_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_index_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_index_legacy.h')
-rw-r--r--src/lib/elementary/elm_index_legacy.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_index_legacy.h b/src/lib/elementary/elm_index_legacy.h
new file mode 100644
index 0000000000..262aaf93fe
--- /dev/null
+++ b/src/lib/elementary/elm_index_legacy.h
@@ -0,0 +1,15 @@
+/**
+ * Add a new index widget to the given parent Elementary
+ * (container) object
+ *
+ * @param parent The parent object
+ * @return a new index widget handle or @c NULL, on errors
+ *
+ * This function inserts a new index widget on the canvas.
+ *
+ * @ingroup Elm_Index
+ */
+EAPI Evas_Object *elm_index_add(Evas_Object *parent);
+
+#include "elm_index_item.eo.legacy.h"
+#include "elm_index.eo.legacy.h"