summaryrefslogtreecommitdiff
path: root/include/ug-manager.h
diff options
context:
space:
mode:
authorJiwoong Im <jiwoong.im@samsung.com>2015-11-06 15:05:31 +0900
committerJiwoong Im <jiwoong.im@samsung.com>2015-11-09 14:22:48 +0900
commitcab60029f324cfd5a668a3e68d06ba42e76e6741 (patch)
tree834ddfa32160277d9ee6448561481269f7bf6fbd /include/ug-manager.h
parent35a3446ce6475f4fc452a37a64f25adf4164e619 (diff)
downloadui-gadget-1-cab60029f324cfd5a668a3e68d06ba42e76e6741.tar.gz
ui-gadget-1-cab60029f324cfd5a668a3e68d06ba42e76e6741.tar.bz2
ui-gadget-1-cab60029f324cfd5a668a3e68d06ba42e76e6741.zip
Change-Id: Ib50b5c5e057f570e2bbd656dd4437d4b3eb8c4bd Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Diffstat (limited to 'include/ug-manager.h')
-rw-r--r--include/ug-manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ug-manager.h b/include/ug-manager.h
index cd711dc..dc6c778 100644
--- a/include/ug-manager.h
+++ b/include/ug-manager.h
@@ -29,7 +29,7 @@ int ugman_ug_add(ui_gadget_h parent, ui_gadget_h ug);
ui_gadget_h ugman_ug_load(ui_gadget_h parent,
const char *name,
enum ug_mode mode,
- service_h service,
+ app_control_h app_control,
struct ug_cbs *cbs);
int ugman_ug_del(ui_gadget_h ug);
int ugman_ug_del_all(void);
@@ -46,7 +46,7 @@ int ugman_resume(void);
int ugman_pause(void);
int ugman_send_event(enum ug_event event);
int ugman_send_key_event(enum ug_key_event event);
-int ugman_send_message(ui_gadget_h ug, service_h msg);
+int ugman_send_message(ui_gadget_h ug, app_control_h msg);
void *ugman_get_window(void);
void *ugman_get_conformant(void);