* 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.
* @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