Sets a callback function of a Javascript object previously created
by awe_webview_create_object(). This is very useful for passing events
from Javascript to C. To receive notification of the callback, please
see awe_webview_set_callback_js_callback().
@param object_name The name of the Javascript object.
@param callback_name The name of the callback function.
Sets a callback function of a Javascript object previously created by awe_webview_create_object(). This is very useful for passing events from Javascript to C. To receive notification of the callback, please see awe_webview_set_callback_js_callback().
@param object_name The name of the Javascript object.
@param callback_name The name of the callback function.