map: Add missing legacy API into legacy header
authorTae-Hwan Kim <the81.kim@samsung.com>
Tue, 22 Jul 2014 05:14:34 +0000 (14:14 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 22 Jul 2014 05:36:44 +0000 (14:36 +0900)
Summary: @fix

Reviewers: raster

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D1164

legacy/elementary/src/lib/elm_map_legacy.h

index ca34589..4c7aff2 100644 (file)
  */
 EAPI Evas_Object          *elm_map_add(Evas_Object *parent);
 
-#include "elm_map.eo.legacy.h"
\ No newline at end of file
+/**
+ * @internal
+ *
+ * @brief Requests a list of addresses corresponding to a given name.
+ *
+ * @since 1.8
+ *
+ * @remarks This is used if you want to search the address from a name.
+ *
+ * @param obj The map object
+ * @param address The address
+ * @param name_cb The callback function
+ * @param data The user callback data
+ *
+ * @ingroup Map
+ */
+EAPI void                  elm_map_name_search(const Evas_Object *obj, const char *address, Elm_Map_Name_List_Cb name_cb, void *data);
+
+#include "elm_map.eo.legacy.h"