X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftdm.h;h=8b74b0e55f293f8a1115e8e8e45f4eb85ec104ac;hb=d18570c1256f15468761ccf7eece3f329c1d3c5b;hp=ab9197cff9043c0621ef5b796ec2e9a4619b2fc1;hpb=90309910139e29ccd9523c08068a1565f37da702;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/include/tdm.h b/include/tdm.h index ab9197c..8b74b0e 100644 --- a/include/tdm.h +++ b/include/tdm.h @@ -1153,6 +1153,15 @@ tdm_error tdm_hwc_window_get_constraints(tdm_hwc_window *hwc_window, int *constraints); /** + * @brief Set the name of hwc_window + * @param[in] hwc_window A hwc window object + * @param[in] name of the hwc_window + * @return #TDM_ERROR_NONE if success. Otherwise, error value. + */ +tdm_error +tdm_hwc_window_set_name(tdm_hwc_window *hwc_window, const char *name); + +/** * @brief Destroy a pp object * @param[in] pp A pp object * @see tdm_display_create_pp