Support launch reqeust async API
[platform/core/appfw/aul-1.git] / include / launch.h
index d78a0eb..dda2ecf 100644 (file)
@@ -46,3 +46,6 @@ int aul_launch_app_with_result_async_for_uid(const char *appid, bundle *b,
                void (*callback)(bundle *, int, void *), void *data, uid_t uid);
 int aul_resume_local(void);
 int aul_launch_fini(void);
+int aul_send_launch_request_for_uid(const char *appid, bundle *b, uid_t uid,
+               void (*reply_cb)(bundle *b, int, void *),
+               void (*error_cb)(int, void *), void *user_data);