rearrangement of function prototypes 79/71279/1
authorchanywa <cbible.kim@samsung.com>
Wed, 25 May 2016 01:42:50 +0000 (10:42 +0900)
committerchanywa <cbible.kim@samsung.com>
Wed, 25 May 2016 01:42:50 +0000 (10:42 +0900)
Change-Id: I9c740fdb5469c20da146d7c9c41d2d12cc4a5230

include/maps_plugin.h
src/api/maps_view_object.cpp

index 9ee09df..528c66a 100755 (executable)
@@ -350,10 +350,9 @@ int maps_plugin_geocode_inside_area(const char *address,
  * @see maps_plugin_reverse_geocode()
  */
 int maps_plugin_geocode_by_structured_address(const maps_address_h address,
-                                             const maps_preference_h
-                                             preference,
-                                             maps_service_geocode_cb
-                                             callback, void *user_data,
+                                             const maps_preference_h preference,
+                                             maps_service_geocode_cb callback,
+                                             void *user_data,
                                              int *request_id);
 
 /**
@@ -997,7 +996,7 @@ int maps_plugin_on_object(maps_view_h view, const maps_view_object_h object,
  * @see maps_plugin_geography_to_screen()
  * @see #maps_coordinates_h
  */
-int maps_plugin_screen_to_geography(maps_view_h view, const int x, const int y,
+int maps_plugin_screen_to_geography(maps_view_h view, int x, int y,
                                                                maps_coordinates_h* coordinates);
 
 /**
index 2a04d99..7bfca3c 100644 (file)
@@ -88,7 +88,7 @@ typedef struct _maps_view_object_s {
 
 } maps_view_object_s;
 
-extern int _maps_view_on_object_operation(maps_view_h view, maps_view_object_h object, maps_view_object_operation_e operation);
+int _maps_view_on_object_operation(maps_view_h view, maps_view_object_h object, maps_view_object_operation_e operation);
 
 static maps_view_h __get_view(const maps_view_object_h object);
 static maps_view_polyline_data_s *__get_polyline_data(const maps_view_object_h object);