Support launch reqeust async API
[platform/core/appfw/aul-1.git] / src / aul_launch.c
index 2b2d54f..424d857 100644 (file)
@@ -242,6 +242,7 @@ static dispatcher __dispatcher[] = {
        [WIDGET_GET_CONTENT] = __dispatch_widget_get_content,
        [APP_UPDATE_REQUESTED] = __dispatch_app_update_requested,
        [WATCHDOG_PING] = __dispatch_watchdog_ping,
+       [APP_SEND_LAUNCH_REQUEST] = __dispatch_app_start,
 };
 
 static gboolean __aul_launch_handler(GIOChannel *io, GIOCondition condition,