Add cancel callback feedback thread
[platform/core/uifw/voice-control.git] / tidl / vc_setting.tidl
1 interface vc_setting {
2         void notify_cb(int pid, bundle msg) delegate;
3
4         void register_notify_cb(int pid, notify_cb callback) async;
5         int register_notify_cb_sync(int pid, notify_cb callback);
6
7         int set_language(in int pid, in string language);
8 }