Add missing EXPORT_API macro 44/231644/1
authormk5004.lee <mk5004.lee@samsung.com>
Thu, 23 Apr 2020 07:17:21 +0000 (16:17 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Thu, 23 Apr 2020 07:17:21 +0000 (16:17 +0900)
Change-Id: Ica77697ec31dc462482d7f8c51bd02b557beffb6
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
notification-ex/stub.cc

index 804af1b..8f5db3f 100644 (file)
@@ -3702,7 +3702,7 @@ extern "C" EXPORT_API int noti_ex_item_icon_create(noti_ex_item_h *handle,
   return NOTI_EX_ERROR_NONE;
 }
 
-int noti_ex_item_icon_get_icon_path(noti_ex_item_h handle, char **icon_path) {
+extern "C" EXPORT_API int noti_ex_item_icon_get_icon_path(noti_ex_item_h handle, char **icon_path) {
   if (handle == nullptr || icon_path == nullptr) {
     LOGE("Invalid parameter");
     return NOTI_EX_ERROR_INVALID_PARAMETER;