[tizen] ResourceReady symbol expose for c# binding 38/129638/1 accepted/tizen/unified/20170518.061201 submit/tizen/20170517.083100
authordongsug.song <dongsug.song@samsung.com>
Wed, 17 May 2017 08:26:01 +0000 (17:26 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 17 May 2017 08:26:01 +0000 (17:26 +0900)
Change-Id: I79036a580078afce1dfc4d29be0e0bd77da3a691
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
dali-toolkit/devel-api/controls/control-devel.h [changed mode: 0644->0755]

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