event_loop: destroy clients before destroying display
[platform/core/uifw/libtdm.git] / src / tdm_thread.h
index 1a91933..84ad930 100644 (file)
@@ -9,7 +9,7 @@
  *          Taeheon Kim <th908.kim@samsung.com>,
  *          YoungJun Cho <yj44.cho@samsung.com>,
  *          SooChan Lim <sc1.lim@samsung.com>,
- *          Boram Park <sc1.lim@samsung.com>
+ *          Boram Park <boram1288.park@samsung.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the
@@ -67,7 +67,7 @@ tdm_thread_cb_add(void *object, tdm_thread_cb_type cb_type, void *cb_data, tdm_t
 void
 tdm_thread_cb_remove(void *object, tdm_thread_cb_type cb_type, void *cb_data, tdm_thread_cb func, void *user_data);
 tdm_error
-tdm_thread_cb_call(void *object, tdm_thread_cb_base *cb_base);
+tdm_thread_cb_call(void *object, tdm_thread_cb_base *cb_base, unsigned int propagation);
 
 
 #ifdef __cplusplus