Revert "[tizen] ResourceReady symbol expose for c# binding" 85/131785/1
authorJinho, Lee <jeano.lee@samsung.com>
Tue, 30 May 2017 09:20:42 +0000 (18:20 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Tue, 30 May 2017 09:21:19 +0000 (18:21 +0900)
This reverts commit d079999fe2ddb4104d79fb48bf68dd212527b377.

Change-Id: I1477d5ffee28607c94478072e3a4705e7f5f7aca

dali-toolkit/devel-api/controls/control-devel.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 4ed1eba..63f5cf9
@@ -121,7 +121,7 @@ typedef Signal<void ( Control ) > ResourceReadySignalType;
  *   void YourCallbackName( Control control );
  * @endcode
  */
-DALI_IMPORT_API ResourceReadySignalType& ResourceReadySignal( Control& control );
+ResourceReadySignalType& ResourceReadySignal( Control& control );
 
 /**
  * @brief Query if all resources required by a control are loaded and ready.
@@ -129,7 +129,7 @@ DALI_IMPORT_API ResourceReadySignalType& ResourceReadySignal( Control& control )
  * @return true if the resources are loaded and ready, false otherwise
  *
  */
-DALI_IMPORT_API bool IsResourceReady( const Control& control );
+bool IsResourceReady( const Control& control );
 
 } // namespace DevelControl