Remove deprecated stc_get_stats() 84/213684/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.025756 accepted/tizen/5.5/unified/mobile/hotfix/20201027.064208 accepted/tizen/unified/20191015.012041 submit/tizen/20191014.135557 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
authorhyunuk.tak <hyunuk.tak@samsung.com>
Tue, 10 Sep 2019 06:48:43 +0000 (15:48 +0900)
committerhyunuk.tak <hyunuk.tak@samsung.com>
Tue, 10 Sep 2019 06:48:45 +0000 (15:48 +0900)
Change-Id: I0b9f19f58703e2ae4ea4fd4f55465502bce6eaa7
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
include/stc.h

index 9a12bdeb7bb7c9baf7b154d98d8184b56eff5a42..686a562a2983e6fd4e8f945f08fd718a9292aff0 100755 (executable)
@@ -231,7 +231,6 @@ typedef enum {
  * @return  #STC_CALLBACK_CONTINUE to continue with the next iteration of the loop,
  * otherwise #STC_CALLBACK_CANCEL to break out of the loop
  *
- * @pre stc_get_stats() will invoke this callback.
  * @pre stc_foreach_stats() will invoke this callback.
  * @see stc_stats_info_get_app_id()
  * @see stc_stats_info_get_iface_name()
@@ -241,7 +240,6 @@ typedef enum {
  * @see stc_stats_info_get_roaming_type()
  * @see stc_stats_info_get_protocol_type()
  * @see stc_stats_info_get_process_state()
- * @see stc_get_stats()
  */
 typedef stc_callback_ret_e (*stc_stats_info_cb)(
                stc_error_e result, stc_stats_info_h info, void *user_data);
@@ -417,7 +415,6 @@ int stc_get_stats(stc_h stc, stc_stats_rule_h rule,
  * @see stc_stats_rule_get_iface_type()
  * @see stc_stats_rule_get_time_period()
  * @see stc_stats_info_cb()
- * @see stc_get_stats()
  */
 int stc_foreach_stats(stc_h stc, stc_stats_rule_h rule,
                stc_stats_info_cb info_cb, void *user_data) TIZEN_DEPRECATED_API;
@@ -524,7 +521,6 @@ int stc_foreach_all_stats(stc_all_stats_info_h info,
  * @see stc_stats_rule_get_iface_type()
  * @see stc_stats_rule_get_time_period()
  * @see stc_stats_info_cb()
- * @see stc_get_stats()
  */
 int stc_get_total_stats(stc_h stc, stc_stats_rule_h rule,
                stc_stats_info_cb info_cb, void *user_data) TIZEN_DEPRECATED_API;