ecore_main_loop_thread_safe_call_async(__vc_notify_error, (void*)g_vc);
SLOG(LOG_DEBUG, TAG_VCC, "@@@");
- return EINA_FALSE;
+ return EINA_TRUE;
} else {
/* Success to connect */
}
}
/* Register focus handler */
+ ecore_thread_main_loop_begin();
g_focus_in_handler = ecore_event_handler_add(ECORE_WL_EVENT_FOCUS_IN, __focus_changed_cb, NULL);
g_focus_out_handler = ecore_event_handler_add(ECORE_WL_EVENT_FOCUS_OUT, __focus_changed_cb, NULL);
+ ecore_thread_main_loop_end();
char appid[1024] = {'\0',};
aul_app_get_appid_bypid(getpid(), appid, sizeof(appid) - 1);