From: SooChan Lim Date: Wed, 21 Feb 2018 08:33:12 +0000 (+0900) Subject: bufmgr: add the comment at tbm_bufmgr_bind_native_display X-Git-Tag: accepted/tizen/unified/20180223.062054~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F170771%2F5;p=platform%2Fcore%2Fuifw%2Flibtbm.git bufmgr: add the comment at tbm_bufmgr_bind_native_display Change-Id: I036633dee0808c9d4a3a93e6f0f4e62872b2ff7c --- diff --git a/src/tbm_bufmgr.h b/src/tbm_bufmgr.h index a7d276a..a809e20 100644 --- a/src/tbm_bufmgr.h +++ b/src/tbm_bufmgr.h @@ -1022,6 +1022,14 @@ unsigned int tbm_bufmgr_get_capability(tbm_bufmgr bufmgr); int tbm_bo_get_flags(tbm_bo bo); /** + * @brief bind the native_display. + * @since_tizen 3.0 + * @param[in] bufmgr : the buffer manager + * @param[in] NativeDisplay : the native_display + */ +int tbm_bufmgr_bind_native_display(tbm_bufmgr bufmgr, void *NativeDisplay); + +/** * @brief Print out the information of tbm_bos. * @since_tizen 3.0 * @param[in] bufmgr : the buffer manager @@ -1087,8 +1095,6 @@ void tbm_bufmgr_debug_dump_set_scale(double scale); */ int tbm_bufmgr_debug_get_ref_count(void); -int tbm_bufmgr_bind_native_display(tbm_bufmgr bufmgr, void *NativeDisplay); - #ifdef __cplusplus } #endif