summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_map_legacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_map_legacy.h')
-rw-r--r--src/lib/elementary/elm_map_legacy.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_map_legacy.h b/src/lib/elementary/elm_map_legacy.h
new file mode 100644
index 0000000000..ff0facdb93
--- /dev/null
+++ b/src/lib/elementary/elm_map_legacy.h
@@ -0,0 +1,13 @@
+/**
+ * Add a new map widget to the given parent Elementary (container) object.
+ *
+ * @param parent The parent object.
+ * @return a new map widget handle or @c NULL, on errors.
+ *
+ * This function inserts a new map widget on the canvas.
+ *
+ * @ingroup Elm_Map
+ */
+EAPI Evas_Object *elm_map_add(Evas_Object *parent);
+
+#include "elm_map.eo.legacy.h"